httpx/requirements.txt
Tom Christie 8d9dfb54fc
HTTP/2 becomes fully optional (#1140)
* HTTP/2 becomes fully optional

* Fix linting, coverage
2020-08-07 15:16:21 +01:00

35 lines
400 B
Plaintext

-e .[http2]
# Optional
brotlipy==0.7.*
# Documentation
mkdocs
mkautodoc
mkdocs-material
# Packaging
twine
wheel
# Tests & Linting
autoflake
black
cryptography
flake8
flake8-bugbear
flake8-pie
isort==5.*
mypy
pytest==5.*
pytest-asyncio
pytest-trio
pytest-cov
trio
trio-typing
trustme
uvicorn
seed-isort-config
attrs>=19.3.0 # See: https://github.com/encode/httpx/pull/566#issuecomment-559862665