Soft update from global-requirements

Currently the last item that blazar uses that isn't in g-r is lockfile
which means migrating to oslo.db.

Change-Id: If416bae3c0ee76cc5567ff460db150a7fb8c2262
This commit is contained in:
Tony Breeds 2016-12-05 12:52:56 +11:00
parent 3c6632716e
commit bd0b247a37
3 changed files with 35 additions and 34 deletions

View File

@ -3,25 +3,26 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr>=1.8 # Apache-2.0 pbr>=1.8 # Apache-2.0
alembic>=0.8.0 alembic>=0.8.4 # MIT
Babel>=1.3 Babel>=2.3.4 # BSD
eventlet>=0.17.4 eventlet!=0.18.3,>=0.18.2 # MIT
Flask>=0.10,<1.0 Flask!=0.11,<1.0,>=0.10 # BSD
iso8601>=0.1.9 iso8601>=0.1.11 # MIT
keystonemiddleware>=4.0.0,!=4.1.0 # Apache-2.0 keystonemiddleware!=4.5.0,>=4.2.0 # Apache-2.0
kombu>=3.0.7 kombu!=4.0.0,!=4.0.1,>=3.0.25 # BSD
oslo.concurrency>=3.8.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config>=2.3.0 # Apache-2.0 oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.messaging>=1.16.0,!=1.17.0,!=1.17.1 # Apache-2.0 oslo.messaging>=5.14.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0
python-novaclient>=2.26.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
netaddr>=0.7.12,!=0.7.16 netaddr!=0.7.16,>=0.7.13 # BSD
python-keystoneclient>=1.6.0 python-keystoneclient>=3.8.0 # Apache-2.0
pecan>=1.0.0 pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
sqlalchemy-migrate>=0.9.6 sqlalchemy-migrate>=0.9.6 # Apache-2.0
Routes>=1.12.3,!=2.0 Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
SQLAlchemy>=0.9.9,<1.1.0 Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
stevedore>=1.5.0 # Apache-2.0 SQLAlchemy<1.1.0,>=1.0.10 # MIT
WebOb>=1.2.3 stevedore>=1.17.1 # Apache-2.0
WSME>=0.6 WebOb>=1.6.0 # MIT
WSME>=0.8 # MIT

0
setup.py Executable file → Normal file
View File

View File

@ -1,20 +1,20 @@
# The order of packages is significant, because pip processes them in the order # 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 # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
nose nose # LGPL
mock>=1.0 mock>=2.0 # BSD
mox>=0.5.3 mox>=0.5.3 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
sphinxcontrib-httpdomain sphinxcontrib-httpdomain # BSD
lockfile>=0.8 lockfile>=0.8
discover discover # BSD
fixtures>=0.3.14 fixtures>=3.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 testtools>=1.4.0 # MIT
coverage>=3.6 coverage>=4.0 # Apache-2.0
pylint==1.4.4 # GNU GPL v2 pylint==1.4.5 # GPLv2
sphinxcontrib-pecanwsme>=0.8 sphinxcontrib-pecanwsme>=0.8 # Apache-2.0