mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 05:21:54 +00:00
Update Unidecode version
This commit is contained in:
parent
8cfe5d5692
commit
5cffb66a67
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -30,7 +30,7 @@ install_requires = [
|
|||
"Pillow>=4.0.0,<6.0",
|
||||
"beautifulsoup4>=4.5.1,<5.0,!=4.6.1",
|
||||
"html5lib>=0.999,<2",
|
||||
"Unidecode>=0.04.14,<1.0",
|
||||
"Unidecode>=0.04.14,<2.0",
|
||||
"Willow>=1.1,<1.2",
|
||||
"requests>=2.11.1,<3.0",
|
||||
"pytz>=2016.6", # for l18n
|
||||
|
|
|
|||
Loading…
Reference in a new issue