4eee1a4271
The global requirments sync for this repo fails since it lists packages that are not in the global list. Manually sync requirements. Failure log from requirements sync: http://logs.openstack.org/d8/d89aad257d43fe02e42e44b2a0187dbd9f505c36/post/propose-update-requirements/15a7777/job-output.txt.gz#_2018-01-31_06_51_56_655451 Errors are: 'aniso8601' is not in global-requirements.txt or blacklist.txt 'click' is not in global-requirements.txt or blacklist.txt 'Flask-Cors' is not in global-requirements.txt or blacklist.txt 'itsdangerous' is not in global-requirements.txt or blacklist.txt 'MarkupSafe' is not in global-requirements.txt or blacklist.txt Change-Id: I1cc19066f2127c37b7122e0068037d41f60fdaaf
27 lines
875 B
Plaintext
27 lines
875 B
Plaintext
# 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.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
aniso8601==1.2.0
|
|
click==6.6
|
|
Flask!=0.11,<1.0,>=0.10 # BSD
|
|
Flask-Cors==3.0.2
|
|
Flask-RESTful>=0.3.5 # BSD
|
|
itsdangerous==0.24
|
|
jsonschema<3.0.0,>=2.6.0 # MIT
|
|
Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
|
|
MarkupSafe==0.23
|
|
python-dateutil>=2.4.2 # BSD
|
|
pytz>=2013.6 # MIT
|
|
requests>=2.14.2 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
gunicorn>=19.0.0 # MIT
|
|
python-etcd>=0.4.3 # MIT License
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
oslo.config>=5.1.0 # Apache-2.0
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
python-ironicclient>=2.2.0 # Apache-2.0
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
sushy>=0.1.0 # Apache-2.0
|