Update requirements files
Sync up requirement files with global-requirements, and set tox default envs to be 'py3' over 'py35' Change-Id: Ic78246a4a75b88027b4896664874d1efc587582c
This commit is contained in:
parent
7fc4b95b01
commit
afcf377ccb
@ -1,19 +1,21 @@
|
|||||||
# pinned versions to reassess:
|
pbr>=5.2.0
|
||||||
Babel!=2.4.0,>=2.3.4
|
|
||||||
|
|
||||||
pbr>=3.0.0
|
Babel>=2.6.0
|
||||||
|
decorator>=4.4.0
|
||||||
|
django-rest-swagger>=2.2.0
|
||||||
|
djangorestframework>=3.9.4
|
||||||
|
jsonfield>=2.0.2
|
||||||
|
keystoneauth1>=3.14.0
|
||||||
|
keystonemiddleware>=6.0.0
|
||||||
|
python-cinderclient>=4.1.0
|
||||||
|
python-keystoneclient>=3.19.0
|
||||||
|
python-neutronclient>=6.12.0
|
||||||
|
python-novaclient>=14.0.0
|
||||||
|
python-octaviaclient>=1.8.0
|
||||||
|
PyYAML>=5.1
|
||||||
|
six>=1.12.0
|
||||||
|
|
||||||
|
# Address soon:
|
||||||
Django>=1.11,<1.12
|
Django>=1.11,<1.12
|
||||||
decorator>=4.0.11
|
# was pinned because of django 1.11
|
||||||
djangorestframework>=3.6.2
|
|
||||||
keystoneauth1>=2.19.0
|
|
||||||
keystonemiddleware>=4.20.0
|
|
||||||
python-cinderclient>=2.0.1
|
|
||||||
python-neutronclient>=6.2.0
|
|
||||||
python-novaclient>=8.0.0
|
|
||||||
python-keystoneclient>=3.10.0
|
|
||||||
python-octaviaclient>=1.0.0
|
|
||||||
six>=1.10.0
|
|
||||||
jsonfield>=2.0.1
|
|
||||||
django-rest-swagger>=2.1.2
|
|
||||||
pyyaml>=3.12
|
|
||||||
mysqlclient>=1.3.10,<1.4
|
mysqlclient>=1.3.10,<1.4
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
mock==1.2.0
|
coverage>=4.5.3
|
||||||
flake8>=3.0.4
|
doc8>=0.8.0
|
||||||
coverage>=4.4.1
|
flake8>=3.7.7
|
||||||
sphinx!=1.6.1,>=1.5.1
|
mock>=3.0.5
|
||||||
os-api-ref>=1.0.0 # Apache-2.0
|
os-api-ref>=1.6.1 # Apache-2.0
|
||||||
sphinx-catalystcloud-theme>=0.0.1 # MIT
|
sphinx-rtd-theme>=0.4.3
|
||||||
sphinx-rtd-theme>=0.2.4
|
sphinx<1.9;python_version=="2.7"
|
||||||
doc8
|
sphinx>=1.8.5;python_version>"3.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user