Merge branch 'develop' of github.com:python-bonobo/bonobo into develop

This commit is contained in:
Romain Dorgueil
2017-10-21 12:56:06 +02:00
16 changed files with 394 additions and 69 deletions

View File

@ -54,7 +54,7 @@ setup(
include_package_data=True,
install_requires=[
'colorama (>= 0.3, < 1.0)', 'fs (>= 2.0, < 3.0)', 'packaging (>= 16, < 17)', 'psutil (>= 5.2, < 6.0)',
'requests (>= 2.0, < 3.0)', 'stevedore (>= 1.21, < 2.0)'
'python-dotenv (>= 0.7.1, < 1.0)', 'requests (>= 2.0, < 3.0)', 'stevedore (>= 1.21, < 2.0)'
],
extras_require={
'dev': [