diff --git a/setup.py b/setup.py index 6ef980c..952598e 100644 --- a/setup.py +++ b/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',