You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of virtualenv v13.0.0, new virtualenvs also include wheel by default. Would it make sense for pip freeze to then also exclude wheel as well? I'm not overjoyed with seeing wheel==0.24.0 in my requirements.txt file for a new and otherwise empty virtualenvs.
The text was updated successfully, but these errors were encountered:
Per https://github.com/pypa/pip/blob/7.1.0/pip/operations/freeze.py#L16,
pip freeze
currently additionally excludessetuptools
,pip
, anddistribute
.As of
virtualenv
v13.0.0, new virtualenvs also includewheel
by default. Would it make sense forpip freeze
to then also excludewheel
as well? I'm not overjoyed with seeingwheel==0.24.0
in myrequirements.txt
file for a new and otherwise empty virtualenvs.The text was updated successfully, but these errors were encountered: