httpx/requirements.txt
Jamie Hewland d568ecda53
ASGI: Wait for response to complete before sending disconnect message (#919)
* asgi: Wait for response to complete before sending disconnect message

* Dial back type checking + remove concurrency module

* Remove somewhat redundant comment
2020-05-12 10:06:53 +01:00

35 lines
381 B
Plaintext

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