From 9bf845d88f3a08b3090a4a408189fc965b341148 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 9 Oct 2014 15:59:53 -0500 Subject: [PATCH] That's right, *append* to the list, don't call it :P --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c722e99..562252e3 100644 --- a/setup.py +++ b/setup.py @@ -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', -- 2.25.1