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: Iba37d120c980ba849f79851fcbfc005651ed600dchanges/78/219278/1
parent
1f87e0c619
commit
e6ee1e5b57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue