-
Notifications
You must be signed in to change notification settings - Fork 186
/
requirements.txt
52 lines (51 loc) · 1.42 KB
/
requirements.txt
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Since the requirements.txt file doesn't support the --trusted-host option
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
# you may need to use the --extra-index-url option instead.
appdirs==1.4.3
arrow>=1.0.0
certifi
cffi>=1.9.1
click==8.0.4
coverage==4.5.2
cryptography>=3.2.1,<46.0.0
httpsig-cffi==15.0.0
Jinja2==3.0.3; python_version == '3.6'
Jinja2<3.1; python_version >= '3.7'
jmespath==0.10.0
ndg-httpsclient==0.4.2
mock==2.0.0
oci==2.139.0
packaging==20.2
pluggy==0.13.0
py==1.11.0
pyasn1==0.2.3
pyOpenSSL>=17.5.0,<25.0.0
pycparser==2.20
pyparsing==2.2.0
pytest==4.6.10; python_version <= '3.9'
pytest==7.1.2; python_version >= '3.10'
pytest-cov==2.5.1
python-dateutil>=2.5.3,<3.0.0
pytz>=2016.10
requests==2.21.0; python_version == '3.6'
requests==2.31.0; python_version == '3.7'
requests>=2.32.0; python_version > '3.7'
six>=1.15.0
sphinx==3.3.0
sphinx-rtd-theme==0.4.3
terminaltables==3.1.10
tox==3.23.0
vcrpy==1.13.0; python_version <= '3.9'
vcrpy==4.2.1; python_version >= '3.10'
virtualenv==20.13.0
pytest-xdist==1.22.2
pytest-forked==1.0.2
PyYAML>=5.4,<=6.0.1
docutils==0.15.2
prompt-toolkit==3.0.29; python_version == '3.6'
prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
setuptools>70.0.0; python_version > '3.7'
setuptools==68.0.0; python_version == '3.7'
setuptools==59.6.0; python_version == '3.6'
# this is required because of python 3.6 requests dependency version bound
urllib3<=1.26.15