From caed4bfddc06b1d87a8f698c5f015f31a5bdec9b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 10 Jan 2024 16:32:45 +0100 Subject: [PATCH] chg: [dep] remove PyBGPranking for the time being --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 035305b..ac98107 100644 --- a/setup.py +++ b/setup.py @@ -4,9 +4,6 @@ setup( version="1.1", packages=find_packages(), install_requires=['dnspython', 'IPy', 'pybgpranking'], - dependency_links=[ - 'git+https://github.com/D4-project/BGP-Ranking.git/@7e698f87366e6f99b4d0d11852737db28e3ddc62#egg=pybgpranking&subdirectory=client', - ], author="Alexandre Dulaunoy", author_email="a@foo.be", description="DomainClassifier is a Python library to extract and classify Internet domains/hostnames/IP addresses from raw unstructured text files following their existence, localization or attributes.",