Update psutil version.

This commit is contained in:
Romain Dorgueil
2017-04-24 23:47:56 +02:00
parent ef2c881075
commit 8af5534394
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# This file has been auto-generated. # This file has been auto-generated.
# All changes will be lost, see Projectfile. # All changes will be lost, see Projectfile.
# #
# Updated at 2017-04-24 21:40:05.495982 # Updated at 2017-04-24 23:47:46.325867
PYTHON ?= $(shell which python) PYTHON ?= $(shell which python)
PYTHON_BASENAME ?= $(shell basename $(PYTHON)) PYTHON_BASENAME ?= $(shell basename $(PYTHON))

View File

@ -22,7 +22,7 @@ enable_features = {
install_requires = [ install_requires = [
'colorama >=0.3,<0.4', 'colorama >=0.3,<0.4',
'psutil >=5.0,<5.1', 'psutil >=5.2,<5.3',
'requests >=2.12,<2.13', 'requests >=2.12,<2.13',
'stevedore >=1.19,<1.20', 'stevedore >=1.19,<1.20',
] ]

View File

@ -41,7 +41,7 @@ setup(
description='Bonobo', description='Bonobo',
license='Apache License, Version 2.0', license='Apache License, Version 2.0',
install_requires=[ install_requires=[
'colorama >=0.3,<0.4', 'psutil >=5.0,<5.1', 'requests >=2.12,<2.13', 'colorama >=0.3,<0.4', 'psutil >=5.2,<5.3', 'requests >=2.12,<2.13',
'stevedore >=1.19,<1.20' 'stevedore >=1.19,<1.20'
], ],
version=version, version=version,