Skip to content

Commit

Permalink
Exclude broken html5lib/tornado versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PromyLOPh committed Mar 9, 2019
1 parent 3b7d797 commit 6b54b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ def get_version():
setup_kwargs['install_requires'] = [
'chardet>=2.0.1,<=2.3',
'dnspython3==1.12',
'html5lib>=0.999,<1.0',
'html5lib>=0.999,<=0.9999999',
'lxml>=3.1.0,<=3.5',
'namedlist>=1.3,<=1.7',
'sqlalchemy>=0.9,<=1.0.13',
'tornado>=3.2.2,<5.0',
'tornado>=3.2.2,<4.5.3',
'yapsy==1.11.223',
]

Expand Down

0 comments on commit 6b54b61

Please sign in to comment.