Fixed CI failure on python 3.5.

This commit is contained in:
Fabio Caccamo 2021-05-04 15:11:23 +02:00
parent 81ff459304
commit 5fa70216e5
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ setup(
], ],
install_requires=[ install_requires=[
'ftfy==4.4.3;python_version<"3.4"', 'ftfy==4.4.3;python_version<"3.4"',
'ftfy==5.9;python_version<"3.6"',
'ftfy;python_version>"2.7"', 'ftfy;python_version>"2.7"',
'mailchecker', 'mailchecker',
'phonenumbers', 'phonenumbers',