Open mehdiirh opened 2 months ago
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
pip
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:
pip-chill > requirements.txt
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
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.
Stale issue message
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:
And after I run
pip-chill > requirements.txt
I get:while these modules might not be available on pypi ( or they are private modules on my own github )
Regards