aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-08-07 13:12:38 +0300
committerBerker Peksag <berker.peksag@gmail.com>2014-08-07 13:12:38 +0300
commitaaa12d637ebdd6e6900b8f0ef027e5fcd595c55a (patch)
treeb06c6a0000163f9c85ad6c3848901a2100ce6ce8
parentcda3055bd6d1810b17a83cde991c7e059ef76657 (diff)
downloadmediagoblin-aaa12d637ebdd6e6900b8f0ef027e5fcd595c55a.tar.lz
mediagoblin-aaa12d637ebdd6e6900b8f0ef027e5fcd595c55a.tar.xz
mediagoblin-aaa12d637ebdd6e6900b8f0ef027e5fcd595c55a.zip
Update TODOs in setup.py.
-rw-r--r--setup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f9c7f70a..401d55d8 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,9 @@ if PY2:
py2_only_install_requires.append('mock') # mock is in the stdlib for 3.3+
install_requires = [
- 'gunicorn==19', # TODO: Upgrade to 19.2 -- see https://github.com/benoitc/gunicorn/issues/830
+ # TODO(berker): Upgrade to 19.2
+ # See https://github.com/benoitc/gunicorn/issues/830
+ 'gunicorn==19',
'python-dateutil',
'wtforms',
'py-bcrypt',
@@ -76,7 +78,7 @@ install_requires = [
'six==1.5.2',
'oauthlib>=0.5.0',
'unidecode',
- 'ExifRead',
+ 'ExifRead', # TODO(berker): Install develop branch for Python 3
'PasteDeploy',
# This is optional:
# 'translitcodec',