Merge remote-tracking branch 'origin/pr/214'
This commit is contained in:
commit
2137441958
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ import sys
|
|||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
requires = ['itsdangerous', 'misaka', 'html5lib<0.9999']
|
requires = ['itsdangerous', 'misaka>=1.0,<2.0', 'html5lib<0.9999']
|
||||||
|
|
||||||
if (3, 0) <= sys.version_info < (3, 3):
|
if (3, 0) <= sys.version_info < (3, 3):
|
||||||
raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")
|
raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")
|
||||||
|
Loading…
Reference in New Issue
Block a user