Now psutil>=1.1.0 is actually on PyPI

Version 1.1.0 doesn't work, so exclude it from the version list.

Patch of requirements: https://review.openstack.org/#/c/68946

Closes-Bug: #1275716

Change-Id: I1e676f96070d1704de84f89bddbc5b23a6c6d966
This commit is contained in:
Fei Long Wang 2014-02-03 20:32:28 +08:00
parent 3a4a4300cf
commit 5662243a49

View File

@ -16,7 +16,7 @@ nosehtmloutput>=0.0.3
sphinx>=1.1.2,<1.2
requests>=1.1
testtools>=0.9.32
psutil>=0.6.1,<1.0
psutil>1.1.0
# Optional packages that should be installed when testing
MySQL-python