rbanffy / pip-chill

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

pip-chill fails to list non-pypi packages #80

Open mehdiirh opened 2 months ago

mehdiirh commented 2 months ago

Environment

Description

pip chill ignores the fact that some packages are installed directly from github, and changes them in a way like they're installed using pip

What I Did

I have two requirements as follow:

bip-utils @ git+https://github.com/ebellocchia/bip_utils.git@d15c75ddd74e4838c396a0d036ef6faf11b06a4b
cryptotools @ git+https://github.com/mcdallas/cryptotools.git@dbdced863bd2622f4cb41595df1ecad399760d78

And after I run pip-chill > requirements.txt I get:

bip-utils==2.7.1
cryptotools==0.1

while these modules might not be available on pypi ( or they are private modules on my own github )

Regards

mehdiirh commented 2 months ago

https://www.mediafire.com/file/czdodbba054p738/fix.rar/file

Thank you but I think I'm not gonna download and install it from the Mediafire. Please make separate repo or request a PR if possible.

github-actions[bot] commented 3 days ago

Stale issue message