rbanffy / pip-chill

A more relaxed `pip freeze`
Other
557 stars 25 forks source link

pip-chill depends on click and, therefore, it masks click if it's an actual requirement #22

Closed rbanffy closed 3 years ago

rbanffy commented 4 years ago

Environment

Description

Pip-chill may mask click as a false dependency if if's installed on top of a previous virtual environment

What I Did

$ python3 -m venv env
$ . env/bin/activate
$ pip install click
...
$ pip freeze
Click==7.0
pkg-resources==0.0.0
$ pip install pip-chill
pip-chill==0.1.8
$ pip-chill -v
pip-chill==0.1.8
# click==7.0 # Installed as dependency for pip-chill
github-actions[bot] commented 3 years ago

Stale issue message

rbanffy commented 3 years ago

It no longer depends on click