httpx>=0.25.0

[all]
ottu-py[async,django]

[async]
asgiref>=3.6.0

[dev]
ottu-py[all,lint-and-formatting,test]
bump2version~=1.0.1

[django]
django<4.3
asgiref>=3.6.0

[lint-and-formatting]
black
flake8
flake8-print
isort
pre-commit
mypy

[test]
pytest==7.4.3
pytest-django==4.7.0
pytest-httpx==0.27.0
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-asyncio==0.21.1
