Skip to content

attempting to fix python depency hell by forcing pip into using only package versions from when the project was devloped

License

Notifications You must be signed in to change notification settings

nevakrien/time_machine_pip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time_machine_pip

attempting to fix python depency hell by forcing pip into using only package versions from when the project was devloped

usage

first you need to setup the proxy make a new env for this project

pip install -r requirments.txt
python proxy.py 

u can now use this proxy in any project like so

pip install --index-url http://localhost:5000/2020-12-31 pandas

About

attempting to fix python depency hell by forcing pip into using only package versions from when the project was devloped

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published