Python dependency management
How to manage project dependency in python.
What I followed
- Packaging and Distributing Projects
- setuptools vs. distutils: Why is distutils still a thing?
- setup.py vs requirements.txt
- Requirements files
How to manage project dependency in python.