save
This commit is contained in:
commit
0230dffe31
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ import sys
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
requires = ['html5lib==0.9999999', 'itsdangerous', 'Jinja2',
|
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):
|
if sys.version_info < (2, 7):
|
||||||
raise SystemExit("Python 2 versions < 2.7 are not supported.")
|
raise SystemExit("Python 2 versions < 2.7 are not supported.")
|
||||||
|
Loading…
Reference in New Issue
Block a user