[–] marbu 4y ago ↗ There are 2 ways to specify requirements in a python project as well. Manually constructed list of dependencies in setup.py, and requirements.txt generated via `pip freeze` (with some possible tweaks on top of that if necessary).See also https://caremad.io/posts/2013/07/setup-vs-requirement/
1 comment
[ 2.8 ms ] story [ 13.3 ms ] threadSee also https://caremad.io/posts/2013/07/setup-vs-requirement/