Update phonenumbers requirement
This commit is contained in:
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ extras_require = {
|
|||||||
'intervals': ['intervals>=0.2.0'],
|
'intervals': ['intervals>=0.2.0'],
|
||||||
'phone': [
|
'phone': [
|
||||||
# The phonenumbers library has a split for 2.x and 3.x support.
|
# The phonenumbers library has a split for 2.x and 3.x support.
|
||||||
'phonenumbers3k==5.6b1' if PY3 else 'phonenumbers<5.6b1'
|
'phonenumbers>=5.9.2'
|
||||||
],
|
],
|
||||||
'password': ['passlib >= 1.6, < 2.0'],
|
'password': ['passlib >= 1.6, < 2.0'],
|
||||||
'color': ['colour>=0.0.4'],
|
'color': ['colour>=0.0.4'],
|
||||||
|
Reference in New Issue
Block a user