Skip to content

Commit f7c6444

Browse files
committed
sqlalchemy-utils already depends on a version of phonenumbers that is Py3K compatible. (see extra_requires dict).
1 parent 5207b40 commit f7c6444

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ def get_version():
7474
zip_safe=False,
7575
include_package_data=True,
7676
platforms='any',
77-
dependency_links=[
78-
# 5.6b1 only supports python 3.x / pending release
79-
'git+git://github.com/daviddrysdale/python-phonenumbers.git@python3'
80-
'#egg=phonenumbers3k-5.6b1',
81-
],
8277
install_requires=[
8378
'six',
8479
'SQLAlchemy>=1.0',

0 commit comments

Comments
 (0)