6f3e984ca0
* Introduce module psutil_wrapper to handle backward compatibility. * Lower psutil constraint to psutil>=1.1.1 Change-Id: I9575cf4bdff29f3b35725c2bd21bb73752a5cfaf
24 lines
720 B
Plaintext
24 lines
720 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>=1.1.1 # BSD
|
|
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.4
|
|
stevedore>=1.17.1 # Apache-2.0
|
|
tornado>=4.3
|