-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
44 lines (43 loc) · 1.81 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.python.org/simple/
appdirs==1.4.4
bcrypt==3.2.0; python_version >= '3.6'
boto3==1.18.59
botocore==1.21.65; python_version >= '3.6'
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12; python_version >= '3'
colorama==0.4.4
cryptography==3.3.2
decorator==5.1.1; python_version >= '3.5'
dogpile.cache==1.1.5; python_version >= '3.6'
idna==3.3; python_version >= '3'
importlib-metadata==4.11.3; python_version < '3.8'
iso8601==1.0.2; python_version < '4.0' and python_full_version >= '3.6.2'
jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
jsonpatch==1.32; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
jsonpointer==2.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
keystoneauth1==4.5.0; python_version >= '3.6'
munch==2.5.0
netifaces==0.11.0
openstacksdk==0.59.0
os-service-types==1.7.0
paramiko==2.10.1
pbr==5.8.1; python_version >= '2.6'
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pynacl==1.5.0; python_version >= '3.6'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyyaml==6.0; python_version >= '3.6'
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
requestsexceptions==1.4.0
s3transfer==0.5.2; python_version >= '3.6'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
stevedore==3.5.0; python_version >= '3.6'
typing-extensions==4.1.1; python_version < '3.8'
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
zipp==3.7.0; python_version >= '3.7'