bad768ed9a
As an initial step to make monasca-agent coinstallable we need to converge to use the OpenStack global-requirements Change-Id: Icdaa769b114f83af3cff2274bd20ea6d74b8f944
26 lines
715 B
Plaintext
26 lines
715 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
requests>=2.10.0 # Apache-2.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.10.0 # MIT
|
|
gevent>=1.1.1
|
|
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.1
|
|
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
|