Update setup.py

pull/429/head
Chris Hutchison 6 years ago committed by GitHub
parent b76f0ea5c4
commit 1be071cdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.")

Loading…
Cancel
Save