Skip to content

Commit 6b54b61

Browse files
committed
Exclude broken html5lib/tornado versions
See #402 (comment) and #393 (comment)
1 parent 3b7d797 commit 6b54b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ def get_version():
105105
setup_kwargs['install_requires'] = [
106106
'chardet>=2.0.1,<=2.3',
107107
'dnspython3==1.12',
108-
'html5lib>=0.999,<1.0',
108+
'html5lib>=0.999,<=0.9999999',
109109
'lxml>=3.1.0,<=3.5',
110110
'namedlist>=1.3,<=1.7',
111111
'sqlalchemy>=0.9,<=1.0.13',
112-
'tornado>=3.2.2,<5.0',
112+
'tornado>=3.2.2,<4.5.3',
113113
'yapsy==1.11.223',
114114
]
115115

0 commit comments

Comments
 (0)