mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 05:21:54 +00:00
add indirect dependencies from l18n
This commit is contained in:
parent
2538400cd2
commit
3b3e7b9cb8
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -33,6 +33,8 @@ install_requires = [
|
|||
"Unidecode>=0.04.14,<1.0",
|
||||
"Willow>=1.1,<1.2",
|
||||
"requests>=2.11.1,<3.0",
|
||||
"pytz>=2016.6", # for l18n
|
||||
"six>=1.11,<2.0", # for l18n
|
||||
]
|
||||
|
||||
# Testing dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue