Skip to content

Commit

Permalink
Fixes dependencies issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-k committed Nov 7, 2020
1 parent 37db3a8 commit be9fb4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
38 changes: 1 addition & 37 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1 @@
requests
configparser
tweepy
passivetotal
beautifulsoup4==4.9.1
lxml==4.5.1
censys==1.0.0
shodan
fullcontact.py
pyhunter
spyonweb==0.1
PyGitHub
telethon==0.18.3
virustotal-api
pymisp==2.4.134
OTXv2
IPy
pyasn
maxminddb>=1.4.0
geoip2
selenium
pysafebrowsing==0.1.1
pypermacc==0.1.1
pythreatgrid2==0.1.1
pycrtsh==0.3.3
dnspython
archiveis
consolemd==0.5.1
pypdns==1.3
pybinaryedge==0.5
pytz
dnsdb==0.2.5
pysecuritytrails==0.1.3
phonenumbers==8.12.4
threatminer==1.0
zetalytics-api==1.0.1
greynoise
.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=[
"requests",
"configparser",
"tweepy",
"tweepy>=3.8.0",
"passivetotal",
"beautifulsoup4==4.9.1",
"lxml==4.5.1",
Expand Down

0 comments on commit be9fb4a

Please sign in to comment.