httpx/requirements.txt
Johannes ac7704e78c
Remove seed-isort-config (#1321)
As of isort 5 seed-isort-config is no longer needed.

We can get rid of some explicit config too as it's now more clever.
2020-09-24 11:08:07 +01:00

34 lines
397 B
Plaintext

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