testing bags

This commit is contained in:
Romain Dorgueil
2016-12-25 14:25:10 +01:00
parent a3adb044bf
commit 7b34b43b08
9 changed files with 153 additions and 27 deletions

View File

@ -21,7 +21,10 @@ setup(
name='bonobo',
description='Bonobo',
license='Apache License, Version 2.0',
install_requires=['psutil >=5.0,<5.1', ],
install_requires=[
'psutil >=5.0,<5.1',
'blessings >=1.6,<1.7',
],
version=version,
long_description=read('README.rst'),
classifiers=read('classifiers.txt', tolines),