That's right, *append* to the list, don't call it :P

This commit is contained in:
Christopher Allan Webber 2014-10-09 15:59:53 -05:00
parent 2e2a1aec6c
commit 9bf845d88f

View File

@ -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',