-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
51 lines (50 loc) · 2.22 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple/
appdirs==1.4.4
backports.zoneinfo==0.2.1; python_version < '3.9'
certifi==2022.12.7; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==2.1.1; python_version >= '3'
cryptography==40.0.1; python_version >= '3.6'
dateparser==1.1.8; python_version >= '3.5'
decorator==5.1.1; python_version >= '3.5'
dogpile.cache==1.1.8; python_version >= '3.6'
humanize==4.6.0; python_version >= '3.7'
idna==3.4; python_version >= '3'
importlib-metadata==6.1.0; python_version < '3.8'
iso8601==1.1.0; python_version < '4' and python_full_version >= '3.6.2'
jmespath==1.0.1; python_version >= '3.7'
jsonpatch==1.32; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
jsonpointer==2.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
keystoneauth1==5.1.2; python_version >= '3.6'
maya==0.6.1
munch==2.5.1.dev12
netifaces==0.11.0
openstacksdk==1.0.1
os-service-types==1.7.0
pbr==5.11.1; python_version >= '2.6'
pendulum==2.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
prometheus-client==0.16.0
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz-deprecation-shim==0.1.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pytz==2023.2
pytzdata==2020.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyyaml==6.0; python_version >= '3.6'
regex==2023.3.23; python_version >= '3.6'
requests==2.28.2; 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
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
snaptime==0.2.4
stevedore==5.0.0; python_version >= '3.6'
toml==0.10.2
typing-extensions==4.5.0; python_version < '3.8'
tzdata==2023.2; python_version >= '3.6'
tzlocal==4.3; python_version >= '3.6'
urllib3==1.26.15; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
zipp==3.15.0; python_version >= '3.7'