httpx/requirements.txt
Marcelo Trylesinski 3231211aa3
👷 Add Python 3.10 beta to the CI (#1682)
* 👷 Add Python 3.10 beta to the CI
* ⬆️ Upgrade pytest from 5.* to 6.*
2021-06-15 11:59:30 +01:00

32 lines
393 B
Plaintext

-e .[http2,brotli]
# Documentation
mkdocs
mkautodoc
mkdocs-material
# Packaging
twine
wheel
# Tests & Linting
autoflake
black==20.8b1
coverage==5.3
cryptography
flake8
flake8-bugbear
flake8-pie==0.5.*
isort==5.*
mypy
types-certifi
pytest==6.*
pytest-asyncio
pytest-trio
trio
trio-typing
trustme
uvicorn
attrs>=19.3.0 # See: https://github.com/encode/httpx/pull/566#issuecomment-559862665