Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from automationator/master
Browse files Browse the repository at this point in the history
Moves from urltools to urlfinderlib
  • Loading branch information
automationator authored Aug 20, 2018
2 parents a0abc2e + 01f10ee commit 3d5edcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion critswhitelist/critswhitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tld==0.9
urlfinderlib
git+https://github.com/lolnate/critsapi.git
git+https://github.com/IntegralDefense/urlfinderlib.git
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3d5edcd

Please sign in to comment.