mirror of
https://github.com/adulau/DomainClassifier.git
synced 2024-11-07 11:56:25 +00:00
chg: [dep] remove PyBGPranking for the time being
This commit is contained in:
parent
bcf5f88a48
commit
caed4bfddc
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -4,9 +4,6 @@ setup(
|
||||||
version="1.1",
|
version="1.1",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=['dnspython', 'IPy', 'pybgpranking'],
|
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="Alexandre Dulaunoy",
|
||||||
author_email="a@foo.be",
|
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.",
|
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.",
|
||||||
|
|
Loading…
Reference in a new issue