diff --git a/requirements.txt b/requirements.txt index 758ac1b..1100b44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +netifaces>=0.10.4 # MIT +# TODO fix numpy and scipy diff --git a/setup.py b/setup.py index 056c16c..566d844 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 8166b0f..7354c55 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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