From be9fb4a34c5c9ef9143b3fb03fffff20dbb72598 Mon Sep 17 00:00:00 2001 From: Tek Date: Sat, 7 Nov 2020 01:55:01 +0100 Subject: [PATCH] Fixes dependencies issues --- requirements.txt | 38 +------------------------------------- setup.py | 2 +- 2 files changed, 2 insertions(+), 38 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0982368..9c558e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 +. diff --git a/setup.py b/setup.py index 58bc528..f185fd4 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires=[ "requests", "configparser", - "tweepy", + "tweepy>=3.8.0", "passivetotal", "beautifulsoup4==4.9.1", "lxml==4.5.1",