📌 Pin development requirements (#1721)

* 📌 Pin development requirements

*  Remove attrs dependency

* Add note about decision here

Co-authored-by: Tom Christie <tom@tomchristie.com>
Co-authored-by: Joe <jianghang@didiglobal.com>
This commit is contained in:
Marcelo Trylesinski 2021-08-31 14:13:42 +02:00 committed by GitHub
parent 10b60d47c7
commit 0ccc3fa9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,31 +1,33 @@
# 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 .[http2,brotli]
# Documentation
mkdocs
mkautodoc
mkdocs-material
mkdocs==1.2.1
mkautodoc==0.1.0
mkdocs-material==7.1.8
# Packaging
twine
wheel
twine==3.4.1
wheel==0.36.2
# Tests & Linting
autoflake
autoflake==1.4
black==20.8b1
coverage==5.3
cryptography
flake8
flake8-bugbear
flake8-pie==0.5.*
isort==5.*
mypy
types-certifi
pytest==6.*
pytest-asyncio
pytest-trio
trio
trio-typing
trustme
cryptography==3.4.7
flake8==3.9.2
flake8-bugbear==21.4.3
flake8-pie==0.5.0
isort==5.9.1
mypy==0.910
types-certifi==0.1.4
pytest==6.2.4
pytest-asyncio==0.15.1
pytest-trio==0.7.0
trio==0.19.0
trio-typing==0.5.0
trustme==0.8.0
uvicorn==0.14.0
attrs>=19.3.0 # See: https://github.com/encode/httpx/pull/566#issuecomment-559862665