diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-09 15:59:53 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-10 14:42:17 -0500 |
commit | 9bf845d88f3a08b3090a4a408189fc965b341148 (patch) | |
tree | 862748d106a4b7cb7b7463cd92f935e6f158286f /setup.py | |
parent | 2e2a1aec6ce40c051c11f350e8dd4dd1348015b0 (diff) | |
download | mediagoblin-9bf845d88f3a08b3090a4a408189fc965b341148.tar.lz mediagoblin-9bf845d88f3a08b3090a4a408189fc965b341148.tar.xz mediagoblin-9bf845d88f3a08b3090a4a408189fc965b341148.zip |
That's right, *append* to the list, don't call it :P
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ if PY2: pyversion_install_requires.append('PasteScript') pyversion_install_requires.append('Paste') else: - pyversion_install_requires('gunicorn') + pyversion_install_requires.append('gunicorn') install_requires = [ 'alembic==0.6.6', |