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

Add back unidecode as a testing-only dependency

This commit is contained in:
Matt Westcott 2020-10-23 18:57:32 +01:00
parent 0e41104670
commit 4c66dc6197

View File

@ -48,6 +48,7 @@ testing_extras = [
'boto3>=1.4,<1.5',
'freezegun>=0.3.8',
'openpyxl>=2.6.4',
'Unidecode>=0.04.14,<2.0',
# For coverage and PEP8 linting
'coverage>=3.7.0',