Sync requirements

Manual sync with global requirements file to use current python
packages.

To reproduce, run from requirements repo:
update-requirements -v -H -s ../terracotta

Change-Id: I0daab86cfc223b4d0ff1c7fae9ab3492c4613042
This commit is contained in:
Andreas Jaeger 2017-07-02 12:30:40 +02:00
parent a1c8b14e6a
commit b480383729
3 changed files with 40 additions and 40 deletions

View File

@ -2,28 +2,28 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
amqplib>=0.6.1 # This is not in global requirements (master branch)
kombu>=3.0.7
pbr>=0.6,!=0.7,<1.0
eventlet>=0.17.3
pecan>=0.8.0
WSME>=0.6
WebOb>=1.2.3
Babel>=1.3
oslo.config>=1.11.0 # Apache-2.0
oslo.db>=1.7.0 # Apache-2.0
oslo.log>=1.0.0 # Apache-2.0
oslo.messaging>=1.8.0 # Apache-2.0
oslo.utils>=1.4.0 # Apache-2.0
python-novaclient>=2.22.0
python-keystoneclient>=1.3.0
six>=1.9.0
SQLAlchemy>=0.9.7,<=0.9.99
stevedore>=1.3.0 # Apache-2.0
keystonemiddleware>=1.5.0
libvirt-python>=1.2.5 # LGPLv2+
netaddr>=0.7.12
Mako>=0.4.0
kombu!=4.0.2,>=4.0.0 # BSD
pbr!=2.1.0,>=2.0.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
WSME>=0.8 # MIT
WebOb>=1.7.1 # MIT
Babel!=2.4.0,>=2.3.4 # BSD
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
oslo.db>=4.23.0 # Apache-2.0
oslo.log>=3.22.0 # Apache-2.0
oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
python-novaclient>=9.0.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
six>=1.9.0 # MIT
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
stevedore>=1.20.0 # Apache-2.0
keystonemiddleware>=4.12.0 # Apache-2.0
libvirt-python>=1.2.5 # LGPLv2+
netaddr!=0.7.16,>=0.7.13 # BSD
Mako>=0.4.0 # MIT
#numpy # This is not in global requirements These packages are not availabe now
#scipy # This is not in global requirements These packages are not availabe now
netifaces>=0.10.4
# TODO fix numpy and scipy
netifaces>=0.10.4 # MIT
# TODO fix numpy and scipy

View File

@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=2.0.0'],
pbr=True)

View File

@ -4,24 +4,24 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage>=3.6 # Apache-2.0
fixtures>=1.3.1 # Apache-2.0/BSD
mock>=1.2 # BSD
python-subunit>=0.0.18
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
psycopg2>=2.5 # LGPL/ZPL
PyMySQL>=0.6.2 # MIT License
requests-mock>=0.7.0 # Apache-2.0
pylint==1.4.1 # GNU GPL v2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
PyMySQL>=0.7.6 # MIT License
requests-mock>=1.1 # Apache-2.0
pylint==1.4.1 # GNU GPL v2
sphinx>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
os-testr>=0.4.1 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
testscenarios>=0.4
tempest-lib>=0.13.0 # Apache-2.0
bandit>=0.13.2 # Apache-2.0
sphinxcontrib-pecanwsme>=0.8
sphinxcontrib-httpdomain
unittest2
testscenarios>=0.4 # Apache-2.0/BSD
tempest-lib>=0.14.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
sphinxcontrib-pecanwsme>=0.8 # Apache-2.0
sphinxcontrib-httpdomain # BSD
unittest2 # BSD