aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c5e0f9ab..96325ff6 100644
--- a/setup.py
+++ b/setup.py
@@ -56,8 +56,6 @@ if PY2:
# PyPI version (1.4.2) does not have proper Python 3 support
pyversion_install_requires.append('ExifRead')
pyversion_install_requires.append('PasteScript')
- # Paste 2.0 is breaking wsgi, see:
- # https://bitbucket.org/ianb/paste/issue/4/wsgi-environ-totally-borked
pyversion_install_requires.append('Paste')
else:
pyversion_install_requires.append('gunicorn')