aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-07-18 12:39:13 +0300
committerBerker Peksag <berker.peksag@gmail.com>2014-07-18 12:39:13 +0300
commit88a5739d36f5623229f359d0453988d1806e3a77 (patch)
treefc015b032962cae021c23193d8ad8c2289027bf6 /setup.py
parentc9cbc7e8a7bca8cedb02bbcfaf17c4c17176821b (diff)
downloadmediagoblin-88a5739d36f5623229f359d0453988d1806e3a77.tar.lz
mediagoblin-88a5739d36f5623229f359d0453988d1806e3a77.tar.xz
mediagoblin-88a5739d36f5623229f359d0453988d1806e3a77.zip
Remove paste.server dependency from tests.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 658cf8c3..4e4244ae 100644
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,7 @@ if PY2:
py2_only_install_requires.append('mock') # mock is in the stdlib for 3.3+
install_requires = [
+ 'gunicorn==19',
'setuptools', # TODO: is this necessary
'python-dateutil',
'wtforms',