Sync to global-requirements
Following changes syncs requirements of monasca-agent project to the openstack's global requirements. Needed-by: Ic1e157e7374885378223549644173adbed9c70dc Change-Id: I0f48a72894ea07a7c67befb575e5cc1decdc3b5f
This commit is contained in:
parent
c170af038d
commit
d95dec1c44
@ -1,21 +1,21 @@
|
||||
requests>=2.7.0,<=2.10.0
|
||||
requests>=2.10.0 # Apache-2.0
|
||||
|
||||
oslo.concurrency<=3.13.0
|
||||
oslo.config<=3.14.0
|
||||
oslo.i18n<=3.8.0
|
||||
oslo.utils>=3.18.0
|
||||
oslo.vmware>=1.16.0,<=2.10.0
|
||||
oslo.concurrency>=3.8.0 # Apache-2.0
|
||||
oslo.config>=3.14.0,!=3.18.0 # Apache-2.0
|
||||
oslo.i18n>=2.1.0 # Apache-2.0
|
||||
oslo.utils>=3.18.0 # Apache-2.0
|
||||
oslo.vmware>=2.11.0 # Apache-2.0
|
||||
|
||||
PyYAML>=3.1.0,<=3.11
|
||||
PyYAML>=3.10.0 # MIT
|
||||
gevent>=1.1.1
|
||||
httplib2>=0.7.5,<=0.9.2
|
||||
netaddr>=0.7.12,<=0.7.18,!=0.7.16
|
||||
httplib2>=0.7.5 # MIT
|
||||
netaddr>=0.7.13,!=0.7.16 # BSD
|
||||
ntplib>=0.3.2,<0.4
|
||||
psutil<3.1.0
|
||||
pymongo>=3.0.2,<=3.2.2,!=3.1
|
||||
python-memcached>=1.56,<=1.58
|
||||
python-monascaclient>=1.0.30 # Apache-2.0
|
||||
redis>=2.10.0,<=2.10.5
|
||||
python-memcached>=1.56 # PSF
|
||||
python-monascaclient>=1.1.0 # Apache-2.0
|
||||
redis>=2.10.0 # MIT
|
||||
supervisor>=3.1.3,<3.2
|
||||
stevedore>=1.17.1 # Apache-2.0
|
||||
tornado>=4.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
hacking>=0.10.2
|
||||
flake8>=2.2.4,<2.6.0
|
||||
nose==1.3.0
|
||||
mock>=1.0.1
|
||||
hacking>=0.12.0,<0.13 # Apache-2.0
|
||||
flake8>=2.5.4,<2.6.0 # MIT
|
||||
nose
|
||||
mock>=2.0 # BSD
|
||||
|
Loading…
Reference in New Issue
Block a user