forked from openstack-archive/craton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
28 lines (27 loc) · 946 Bytes
/
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
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
chainmap # PSF; backport would be an addition to global-requirements.txt
Flask
flask_restful
ipaddress>=1.0.7;python_version<'3.3' # PSF
jsonschema>=2.0.0,<3.0.0,!=2.5.0 # MIT
kazoo>=2.2 # Apache-2.0
oslo.db>=4.1.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.context>=2.2.0 # Apache-2.0
oslo.config>=3.9.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.serialization>=2.9.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
PasteDeploy>=1.5.0 # MIT
Paste # MIT
pbr>=1.6
six>=1.9.0 # MIT
sortedcontainers>=1.4.4 # Apache-2.0; addition to global-requirements.txt
SQLAlchemy>=1.0.10,<1.1.0 # MIT
sqlalchemy-utils # BSD License
stevedore>=1.5.0 # Apache-2.0
taskflow>=1.26.0 # Apache-2.0
zake>=0.1.6 # Apache-2.0