[–] 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
[ 3.2 ms ] story [ 11.4 ms ] threadSee also https://caremad.io/posts/2013/07/setup-vs-requirement/