kopia lustrzana https://github.com/wagtail/wagtail
Unpin html5lib version
rodzic
b4bbb7bcb1
commit
84d7666e5c
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ install_requires = [
|
||||||
"djangorestframework>=3.1.3",
|
"djangorestframework>=3.1.3",
|
||||||
"Pillow>=2.6.1",
|
"Pillow>=2.6.1",
|
||||||
"beautifulsoup4>=4.3.2",
|
"beautifulsoup4>=4.3.2",
|
||||||
"html5lib==0.999",
|
"html5lib>=0.999,<1",
|
||||||
"Unidecode>=0.04.14",
|
"Unidecode>=0.04.14",
|
||||||
"Willow>=0.2.2,<0.3",
|
"Willow>=0.2.2,<0.3",
|
||||||
]
|
]
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -27,7 +27,7 @@ deps =
|
||||||
djangorestframework==3.1.3
|
djangorestframework==3.1.3
|
||||||
Pillow>=2.3.0
|
Pillow>=2.3.0
|
||||||
beautifulsoup4>=4.3.2
|
beautifulsoup4>=4.3.2
|
||||||
html5lib==0.999
|
html5lib>=0.999,<1
|
||||||
Unidecode>=0.04.14
|
Unidecode>=0.04.14
|
||||||
elasticsearch==1.1.0
|
elasticsearch==1.1.0
|
||||||
mock==1.0.1
|
mock==1.0.1
|
||||||
|
|
Ładowanie…
Reference in New Issue