diff --git a/critswhitelist/critswhitelist.py b/critswhitelist/critswhitelist.py index 9200d36..ed7306e 100644 --- a/critswhitelist/critswhitelist.py +++ b/critswhitelist/critswhitelist.py @@ -5,7 +5,7 @@ from urllib.parse import urlsplit from tld import get_tld from critsapi.critsdbapi import CRITsDBAPI -from urltools import is_valid +from urlfinderlib import is_valid class CritsWhitelist: diff --git a/requirements.txt b/requirements.txt index f0f8db2..d521ffe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ tld==0.9 +urlfinderlib git+https://github.com/lolnate/critsapi.git -git+https://github.com/IntegralDefense/urlfinderlib.git diff --git a/setup.py b/setup.py index 01fabc6..0f3a819 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.0', + version='0.1.2', description='Library that interacts with CRITS to build an indicator whitelist system.', long_description=long_description,