install_requires vs requirements.txt
January 30, 2021
ยท 2 min read
When I started working at Red Hat my first job was contribution to integration tests of one web
application. The tests are written Python and the repository has both setup.py and
requirements.txt. But why?