sqlalchemy-utils already depends on a version of phonenumbers that is Py3K compatible. (see extra_requires dict).
This commit is contained in:
5
setup.py
5
setup.py
@@ -74,11 +74,6 @@ setup(
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
platforms='any',
|
||||
dependency_links=[
|
||||
# 5.6b1 only supports python 3.x / pending release
|
||||
'git+git://github.com/daviddrysdale/python-phonenumbers.git@python3'
|
||||
'#egg=phonenumbers3k-5.6b1',
|
||||
],
|
||||
install_requires=[
|
||||
'six',
|
||||
'SQLAlchemy>=1.0',
|
||||
|
Reference in New Issue
Block a user