atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Use requirements file for install_requires #1297

Closed zbika73 closed 5 months ago

zbika73 commented 5 months ago

Let's define install_requires inside setup.py out of requirements.txt file. We keep then only one source of dependencies and we let build fail early (on wheel build) if requirements.txt contains wrong dependencies.