We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e521915 commit 9451704Copy full SHA for 9451704
setup.py
@@ -5,7 +5,7 @@
5
6
from setuptools import setup, find_packages
7
8
-requires = ['itsdangerous', 'misaka', 'html5lib>=0.95']
+requires = ['itsdangerous', 'misaka', 'html5lib']
9
10
if (3, 0) <= sys.version_info < (3, 3):
11
raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")
0 commit comments