2022-01-03 07:11:16 +00:00
|
|
|
wheel==0.37.1
|
2019-08-25 17:31:42 +00:00
|
|
|
python-coveralls==2.9.3
|
2024-04-13 07:52:25 +00:00
|
|
|
coverage==6.2; python_version < '3.11'
|
|
|
|
coverage==7.4.4; python_version >= '3.11'
|
2021-10-29 16:58:39 +00:00
|
|
|
flake8==4.0.1
|
2024-04-13 07:52:25 +00:00
|
|
|
# pytest for Python<3.11
|
|
|
|
pytest==7.0.1; python_version < '3.11'
|
|
|
|
pytest-cov==3.0.0; python_version < '3.11'
|
|
|
|
pytest-xdist==2.5.0; python_version < '3.11'
|
|
|
|
pytest-mock==3.6.1; python_version < '3.11'
|
|
|
|
pytest-asyncio==0.16.0; python_version < '3.11'
|
|
|
|
# pytest for Python>=3.11
|
|
|
|
pytest==8.1.1; python_version >= '3.11'
|
|
|
|
pytest-cov==5.0.0; python_version >= '3.11'
|
|
|
|
pytest-xdist==3.5.0; python_version >= '3.11'
|
|
|
|
pytest-mock==3.14.0; python_version >= '3.11'
|
|
|
|
pytest-asyncio==0.21.1; python_version >= '3.11'
|
2022-10-22 11:25:32 +00:00
|
|
|
autopep8==1.6.0
|
2022-07-28 12:04:20 +00:00
|
|
|
mypy==0.971
|
2022-06-09 06:15:40 +00:00
|
|
|
py-spy==0.3.12
|
2024-04-13 07:52:25 +00:00
|
|
|
tox==3.28.0; python_version < '3.11'
|
|
|
|
tox==4.14.2; python_version >= '3.11'
|
2019-12-02 18:04:27 +00:00
|
|
|
mccabe==0.6.1
|
2024-04-13 07:52:25 +00:00
|
|
|
pylint==2.13.7; python_version < '3.11'
|
|
|
|
pylint==3.1.0; python_version >= '3.11'
|
2022-05-26 03:39:49 +00:00
|
|
|
rope==1.1.1
|
2021-12-17 10:03:00 +00:00
|
|
|
# Required by test_http2.py
|
2024-04-13 07:52:25 +00:00
|
|
|
httpx==0.22.0; python_version < '3.11'
|
|
|
|
httpx==0.27.0; python_version >= '3.11'
|
2021-12-17 10:03:00 +00:00
|
|
|
h2==4.1.0
|
|
|
|
hpack==4.0.0
|
|
|
|
hyperframe==6.0.1
|
2022-01-02 16:52:53 +00:00
|
|
|
pre-commit==2.16.0
|
2022-06-15 18:18:20 +00:00
|
|
|
# Types
|
2022-12-10 17:52:11 +00:00
|
|
|
types-requests==2.28.11.5
|
2022-08-15 04:47:42 +00:00
|
|
|
types-setuptools==64.0.1
|