-r requirements.txt

# lint
black==25.1.0
flake8
flake8-docstrings
flake8-import-order
reorder-python-imports
# tests
pytest
requests-mock==1.12.1
