* Support Response(content=<bytes iterator>) * Update test for merged master * Add MockTransport for test cases * Use MockTransport for redirect tests * Reduce change footprint * Reduce change footprint * Clean up headers slightly * Update requirements.txt Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
35 lines
415 B
Plaintext
35 lines
415 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
|
|
seed-isort-config
|
|
|
|
attrs>=19.3.0 # See: https://github.com/encode/httpx/pull/566#issuecomment-559862665
|