mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 02:33:13 +00:00
Unpin html5lib version
This commit is contained in:
parent
b4bbb7bcb1
commit
84d7666e5c
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -29,7 +29,7 @@ install_requires = [
|
|||
"djangorestframework>=3.1.3",
|
||||
"Pillow>=2.6.1",
|
||||
"beautifulsoup4>=4.3.2",
|
||||
"html5lib==0.999",
|
||||
"html5lib>=0.999,<1",
|
||||
"Unidecode>=0.04.14",
|
||||
"Willow>=0.2.2,<0.3",
|
||||
]
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -27,7 +27,7 @@ deps =
|
|||
djangorestframework==3.1.3
|
||||
Pillow>=2.3.0
|
||||
beautifulsoup4>=4.3.2
|
||||
html5lib==0.999
|
||||
html5lib>=0.999,<1
|
||||
Unidecode>=0.04.14
|
||||
elasticsearch==1.1.0
|
||||
mock==1.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue