Updated from global requirements

Change-Id: Ic76ea712018a12750f4ae7b04b70eee6a35ae86e
This commit is contained in:
OpenStack Proposal Bot 2016-11-14 11:36:56 +00:00
parent 1a900cfbf6
commit 592b867492
2 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
# 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.
pbr>=1.6 # Apache-2.0 pbr>=1.8 # Apache-2.0
# Horizon Core Requirements # Horizon Core Requirements
Django<1.9,>=1.8 # BSD Django<1.9,>=1.8 # BSD
django-compressor>=2.0 # MIT django-compressor>=2.0 # MIT
django-openstack-auth>=2.4.0 # Apache-2.0 django-openstack-auth>=2.4.0 # Apache-2.0
httplib2>=0.7.5 # MIT httplib2>=0.7.5 # MIT
python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 python-keystoneclient>=3.6.0 # Apache-2.0
pytz>=2013.6 # MIT pytz>=2013.6 # MIT
PyYAML>=3.10.0 # MIT PyYAML>=3.10.0 # MIT

View File

@ -7,7 +7,7 @@
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
hacking<0.11,>=0.10.2 # Apache-2.0 hacking<0.11,>=0.10.2 # Apache-2.0
coverage>=3.6 # Apache-2.0 coverage>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT ddt>=1.0.1 # MIT
django-nose>=1.4.4 # BSD django-nose>=1.4.4 # BSD
mock>=2.0 # BSD mock>=2.0 # BSD