-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathrequirements.txt
More file actions
29 lines (26 loc) · 1.08 KB
/
requirements.txt
File metadata and controls
29 lines (26 loc) · 1.08 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
# Requirements lower bounds listed here are our best effort to keep them up to
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.
pbr>=4.0.0 # Apache-2.0
botocore>=1.5.1 # Apache-2.0
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL
python-swiftclient>=3.2.0 # Apache-2.0
python-cinderclient>=3.3.0 # Apache-2.0
openstacksdk>=0.13.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
python-novaclient>=9.1.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
python-freezerclient>=2.0.0 # Apache-2.0
oslo.serialization>=5.5.0 # Apache-2.0
oslo.utils>=7.3.0 # Apache-2.0
oslo.log>=5.3.0 # Apache-2.0
oslo.config>=9.4.0 # Apache-2.0
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
keystoneauth1>=3.14.0 # Apache-2.0
os-brick>=2.2.0 # Apache-2.0
cryptography>=2.5 # Apache-2.0
PyMySQL>=0.7.6 # MIT License
pymongo!=3.1,>=3.0.2 # Apache-2.0
paramiko>=2.7.1 # LGPLv2.1+
apscheduler>=3.0.5 # MIT License
psutil>=3.2.2 # BSD