Update psutil version.
This commit is contained in:
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
# This file has been auto-generated.
|
||||
# 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_BASENAME ?= $(shell basename $(PYTHON))
|
||||
|
||||
@ -22,7 +22,7 @@ enable_features = {
|
||||
|
||||
install_requires = [
|
||||
'colorama >=0.3,<0.4',
|
||||
'psutil >=5.0,<5.1',
|
||||
'psutil >=5.2,<5.3',
|
||||
'requests >=2.12,<2.13',
|
||||
'stevedore >=1.19,<1.20',
|
||||
]
|
||||
|
||||
2
setup.py
2
setup.py
@ -41,7 +41,7 @@ setup(
|
||||
description='Bonobo',
|
||||
license='Apache License, Version 2.0',
|
||||
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'
|
||||
],
|
||||
version=version,
|
||||
|
||||
Reference in New Issue
Block a user