httpx/requirements.txt
Jo 8088fc7ff7
Test under 3.11-dev (#2302)
* Test under 3.11.0-beta.3

* Ignore cgi and importlib warnings

* Ignore src_constant warning

* Install whell before other requirements

* Minor

* Remove uvicorn ignore

* Use 3.11-dev instead

* Add 3.11 to classifiers

* Revert unrelated change

* Bump coverage
2022-09-29 17:00:21 +01:00

39 lines
866 B
Plaintext

# We're pinning our tooling, because it's an environment we can strictly control.
# On the other hand, we're not pinning package dependencies, because our tests
# needs to pass with the latest version of the packages.
# Reference: https://github.com/encode/httpx/pull/1721#discussion_r661241588
-e .[brotli,cli,http2,socks]
# Optional charset auto-detection
# Used in our test cases
chardet==5.0.0
types-chardet==5.0.3
# Documentation
mkdocs==1.3.1
mkautodoc==0.2.0
mkdocs-material==8.3.8
# Packaging
build==0.8.0
twine==4.0.1
# Tests & Linting
autoflake==1.4
black==22.8.0
coverage==6.4.4
cryptography==37.0.2
flake8==3.9.2
flake8-bugbear==22.7.1
flake8-pie==0.15.0; python_version>='3.7'
isort==5.10.1
mypy==0.971
types-certifi==2021.10.8.2
pytest==7.1.2
pytest-asyncio==0.19.0
pytest-trio==0.7.0
trio==0.21.0
trio-typing==0.7.0
trustme==0.9.0
uvicorn==0.18.3