0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

add indirect dependencies from l18n

This commit is contained in:
Matt Westcott 2018-08-06 12:48:27 +01:00
parent a34c87f080
commit fcdb1bd2b7

View File

@ -33,6 +33,8 @@ install_requires = [
"Unidecode>=0.04.14,<2.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