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
24 lines
702 B
Plaintext
24 lines
702 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.
|
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
flake8-import-order==0.11 # LGPLv3
|
|
freezegun>=0.3.6 # Apache-2.0
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
sphinx!=1.6.6,>=1.6.2 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
|
|
# releasenotes
|
|
reno>=2.5.0 # Apache-2.0
|
|
|
|
#api-ref
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
os-api-ref>=1.4.0 # Apache-2.0
|