Fixed CI failure on python 3.5.
This commit is contained in:
parent
81ff459304
commit
5fa70216e5
1
setup.py
1
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue