Manual sync to global-requirements

Update requirements.txt and test-requirements.txt to correspond with
what is in openstack/requirements global-requirements.txt

Change-Id: Ib624d339bdb979e87f98bb02000e33bd9cce9601
This commit is contained in:
John L. Villalovos 2016-08-23 16:37:12 -07:00
parent cf13e1a7ad
commit 23cff676d1
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.6,!=0.7,<1.0
pbr>=1.6 # Apache-2.0
icalendar
jinja2
pyyaml
Jinja2>=2.8 # BSD License (3 clause)
PyYAML>=3.1.0 # MIT

View File

@ -1,9 +1,9 @@
hacking>=0.11.0,<0.12 # Apache-2.0
coverage>=3.6
discover
fixtures>=0.3.14
python-subunit
testrepository>=0.0.17
testscenarios>=0.4,<0.5
testtools>=0.9.32
coverage>=3.6 # Apache-2.0
discover # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT