-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy pathrequirements.txt
More file actions
32 lines (32 loc) · 1.03 KB
/
requirements.txt
File metadata and controls
32 lines (32 loc) · 1.03 KB
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
autodocsumm==0.1.11
certifi
coverage==4.5.2
cryptography==42.0.8; python_full_version == '3.9.0' or python_full_version == '3.9.1'
cryptography>=3.2.1,<47.0.0; python_full_version != '3.9.0' and python_full_version != '3.9.1'
flake8>=3.6.0,<6
mock==2.0.0
pyOpenSSL>=17.5.0,<27.0.0
pytest==4.1.0
pytest-cov==2.6.1
attrs==19.1.0
python-dateutil>=2.5.3,<=2.7.3
pytz>=2016.10
sphinx-rtd-theme==0.4.2
sphinx==1.8.3
tox==3.14.3
virtualenv==20.0.6; python_version < '3.8'
virtualenv==20.17.1; python_version == '3.8'
virtualenv==20.36.1; python_version >= '3.9'
vcrpy==2.0.1
wheel<=0.39.0
setuptools==59.6.0; python_version == '3.6'
setuptools==68.0.0; python_version == '3.7'
setuptools==75.3.2; python_version == '3.8'
setuptools==78.1.1; python_version >= '3.9'
circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6'
circuitbreaker>=1.3.1,<3.0.0; python_version >= '3.7'
urllib3==1.26.20; python_version < '3.10.0'
urllib3>=2.6.3; python_version >= '3.10.0'
docutils<0.18
Jinja2<3.0.0; python_version == '3.6'
Jinja2>=3.1.5,<4.0.0; python_version >= '3.7'