diff options
| author | roland <roland@catalogix.se> | 2016-12-18 16:39:15 +0100 |
|---|---|---|
| committer | roland <roland@catalogix.se> | 2016-12-18 16:39:15 +0100 |
| commit | 0d5394ae172412cc27de4c4e14f1877d660d1b16 (patch) | |
| tree | 7c24bc9884f568df2161f474d57a86db64420eac | |
| parent | 9845145632bb61a690416116feda2b5a26adf3ad (diff) | |
Missing requirement
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -78,7 +78,9 @@ setup( "alabaster", "pyOpenSSL", 'future', - "six", 'testfixtures'] + extra_install_requires, + "six", + 'responses', + 'testfixtures'] + extra_install_requires, zip_safe=False, cmdclass={'test': PyTest}, ) |
