This commit is contained in:
Chris Hutchison 2018-04-15 17:08:28 -04:00
commit 0230dffe31

View File

@ -6,7 +6,7 @@ import sys
from setuptools import setup, find_packages
requires = ['html5lib==0.9999999', 'itsdangerous', 'Jinja2',
'misaka>=1.0,<2.0', 'werkzeug>=0.9']
'misaka>=1.0,<2.0', 'werkzeug>=0.9', 'uwsgi']
if sys.version_info < (2, 7):
raise SystemExit("Python 2 versions < 2.7 are not supported.")