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

Version bump to telepath 0.1.1 for gettext_lazy fix

Fixes #7059 and #7074
This commit is contained in:
Matt Westcott 2021-04-22 16:18:49 +01:00
parent d1115c463c
commit a006caac94

View File

@ -36,7 +36,7 @@ install_requires = [
"xlsxwriter>=1.2.8,<2.0",
"tablib[xls,xlsx]>=0.14.0",
"anyascii>=0.1.5",
"telepath>=0.1,<1",
"telepath>=0.1.1,<1",
]
# Testing dependencies