httpx/requirements.txt
Marcelo Trylesinski daec2bdcdb
Use ruff instead of flake8, autoflake and isort (#2648)
* Use ruff instead of flake8, autoflake and isort

* Update pyproject.toml
2023-04-05 12:37:10 +02:00

33 lines
734 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.1.0
types-chardet==5.0.4.2
# Documentation
mkdocs==1.4.2
mkautodoc==0.2.0
mkdocs-material==9.0.15
# Packaging
build==0.10.0
twine==4.0.2
# Tests & Linting
black==23.3.0
coverage==7.2.2
cryptography==39.0.1
mypy==1.0.1
types-certifi==2021.10.8.2
pytest==7.2.2
ruff==0.0.260
trio==0.22.0
trio-typing==0.7.0
trustme==0.9.0
uvicorn==0.20.0