httpx/requirements.txt
Tom Christie 4986743b3d
Resolve Python 3.6 tests hanging. (#1807)
* Update README.md

* Update requirements.txt

* Update README.md
2021-08-18 14:08:52 +01:00

32 lines
401 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==0.14.0
attrs>=19.3.0 # See: https://github.com/encode/httpx/pull/566#issuecomment-559862665