forked from encode/httpx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
38 lines (34 loc) 路 868 Bytes
/
Copy pathrequirements.txt
File metadata and controls
38 lines (34 loc) 路 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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==4.0.4
# Documentation
mkdocs==1.3.0
mkautodoc==0.1.0
mkdocs-material==8.3.8
# Packaging
twine==4.0.1
wheel==0.37.1
# Tests & Linting
autoflake==1.4
black==22.6.0
coverage==6.4.1
cryptography==37.0.2
flake8==3.9.2
flake8-bugbear==22.4.25
flake8-pie==0.15.0; python_version>='3.7'
isort==5.10.1
mypy==0.961
types-certifi==2021.10.8.2
pytest==7.1.2
pytest-asyncio==0.18.3
pytest-trio==0.7.0
trio==0.20.0
trio-typing==0.7.0
trustme==0.9.0
uvicorn==0.18.2