sqlalchemy-utils already depends on a version of phonenumbers that is Py3K compatible. (see extra_requires dict).

This commit is contained in:
Ryan Grout
2015-10-19 12:45:36 -05:00
parent 5207b40e67
commit f7c6444500

View File

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