Update phonenumbers requirement

This commit is contained in:
Konsta Vesterinen
2014-02-13 16:25:46 +02:00
parent 8bdc4a4d00
commit fcbb5dfd0e

View File

@@ -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'],