Update setup.py
This commit is contained in:
parent
b76f0ea5c4
commit
1be071cdfd
2
setup.py
2
setup.py
@ -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…
Reference in New Issue
Block a user