Align requirements with global-requirements

Setting requirements to mins and caps aligned with global requirements
on packages where it's possible.
Commenting the ones that does not align.

Change-Id: Iba37d120c980ba849f79851fcbfc005651ed600d
This commit is contained in:
Erno Kuvaja 2015-07-18 16:29:56 +00:00 committed by Fausto Marzi
parent 1f87e0c619
commit e6ee1e5b57
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,10 @@
-e git+https://github.com/openstack/horizon.git#egg=horizon
django-nose
django-nose>=1.2
nose-exclude
mock
python-openstackclient
mox
mock>=1.1,!=1.1.4;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
python-openstackclient>=1.5.0
mox>=0.5.3
# Not in global-requirements
parsedatetime
coverage>=3.6