requirements.txt
245 Bytes
-
Refactor dependencies in requirements.txt and setup.py · 67f7ae9c
Dependencies are now specified in setup.py. This is good practice and allows using dynamic specs depending on Django and Python versions. Thus, requirements.txt can be used for installation specific requirements. Also, .travis/requirements.txt became unnecessary and was removed. In addition, .travis.yml became simpler because version-dependent requirements are already handled in setup.py, thus it is necessary to only specify Django and Python versions.
Jaakko Luttinen committed
This project manages its dependencies using
pip.
Learn more