Skip to content

Commit ba5e7e5

Browse files
committed
tweaking html5lib version specs.
1 parent 578fb9f commit ba5e7e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
html5lib>=1.0b10
1+
html5lib>=1.0.1
22
Pillow
33
regex

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_version():
5656
],
5757
keywords='textile,text,html markup',
5858
install_requires=[
59-
'html5lib>=0.999999999',
59+
'html5lib>=1.0.1',
6060
],
6161
extras_require={
6262
':python_version=="2.6"': ['ordereddict>=1.1'],

0 commit comments

Comments
 (0)