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:
parent
a1c8b14e6a
commit
b480383729
@ -2,28 +2,28 @@
|
|||||||
# 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.
|
||||||
amqplib>=0.6.1 # This is not in global requirements (master branch)
|
amqplib>=0.6.1 # This is not in global requirements (master branch)
|
||||||
kombu>=3.0.7
|
kombu!=4.0.2,>=4.0.0 # BSD
|
||||||
pbr>=0.6,!=0.7,<1.0
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||||
eventlet>=0.17.3
|
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
|
||||||
pecan>=0.8.0
|
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
|
||||||
WSME>=0.6
|
WSME>=0.8 # MIT
|
||||||
WebOb>=1.2.3
|
WebOb>=1.7.1 # MIT
|
||||||
Babel>=1.3
|
Babel!=2.4.0,>=2.3.4 # BSD
|
||||||
oslo.config>=1.11.0 # Apache-2.0
|
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
|
||||||
oslo.db>=1.7.0 # Apache-2.0
|
oslo.db>=4.23.0 # Apache-2.0
|
||||||
oslo.log>=1.0.0 # Apache-2.0
|
oslo.log>=3.22.0 # Apache-2.0
|
||||||
oslo.messaging>=1.8.0 # Apache-2.0
|
oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
|
||||||
oslo.utils>=1.4.0 # Apache-2.0
|
oslo.utils>=3.20.0 # Apache-2.0
|
||||||
python-novaclient>=2.22.0
|
python-novaclient>=9.0.0 # Apache-2.0
|
||||||
python-keystoneclient>=1.3.0
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
||||||
six>=1.9.0
|
six>=1.9.0 # MIT
|
||||||
SQLAlchemy>=0.9.7,<=0.9.99
|
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
|
||||||
stevedore>=1.3.0 # Apache-2.0
|
stevedore>=1.20.0 # Apache-2.0
|
||||||
keystonemiddleware>=1.5.0
|
keystonemiddleware>=4.12.0 # Apache-2.0
|
||||||
libvirt-python>=1.2.5 # LGPLv2+
|
libvirt-python>=1.2.5 # LGPLv2+
|
||||||
netaddr>=0.7.12
|
netaddr!=0.7.16,>=0.7.13 # BSD
|
||||||
Mako>=0.4.0
|
Mako>=0.4.0 # MIT
|
||||||
#numpy # This is not in global requirements These packages are not availabe now
|
#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
|
#scipy # This is not in global requirements These packages are not availabe now
|
||||||
netifaces>=0.10.4
|
netifaces>=0.10.4 # MIT
|
||||||
# TODO fix numpy and scipy
|
# TODO fix numpy and scipy
|
||||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr'],
|
setup_requires=['pbr>=2.0.0'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
@ -4,24 +4,24 @@
|
|||||||
|
|
||||||
# Hacking already pins down pep8, pyflakes and flake8
|
# Hacking already pins down pep8, pyflakes and flake8
|
||||||
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
||||||
coverage>=3.6 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
fixtures>=1.3.1 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
mock>=1.2 # BSD
|
mock>=2.0 # BSD
|
||||||
python-subunit>=0.0.18
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
||||||
psycopg2>=2.5 # LGPL/ZPL
|
psycopg2>=2.5 # LGPL/ZPL
|
||||||
PyMySQL>=0.6.2 # MIT License
|
PyMySQL>=0.7.6 # MIT License
|
||||||
requests-mock>=0.7.0 # Apache-2.0
|
requests-mock>=1.1 # Apache-2.0
|
||||||
pylint==1.4.1 # GNU GPL v2
|
pylint==1.4.1 # GNU GPL v2
|
||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
sphinx>=1.6.2 # BSD
|
||||||
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
oslosphinx>=4.7.0 # Apache-2.0
|
||||||
oslotest>=1.10.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
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||||
testresources>=0.2.4 # Apache-2.0/BSD
|
testresources>=0.2.4 # Apache-2.0/BSD
|
||||||
testtools>=1.4.0 # MIT
|
testtools>=1.4.0 # MIT
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
tempest-lib>=0.13.0 # Apache-2.0
|
tempest-lib>=0.14.0 # Apache-2.0
|
||||||
bandit>=0.13.2 # Apache-2.0
|
bandit>=1.1.0 # Apache-2.0
|
||||||
sphinxcontrib-pecanwsme>=0.8
|
sphinxcontrib-pecanwsme>=0.8 # Apache-2.0
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain # BSD
|
||||||
unittest2
|
unittest2 # BSD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user