Skip to content

Commit be9fb4a

Browse files
committed
Fixes dependencies issues
1 parent 37db3a8 commit be9fb4a

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

requirements.txt

+1-37
Original file line numberDiff line numberDiff line change
@@ -1,37 +1 @@
1-
requests
2-
configparser
3-
tweepy
4-
passivetotal
5-
beautifulsoup4==4.9.1
6-
lxml==4.5.1
7-
censys==1.0.0
8-
shodan
9-
fullcontact.py
10-
pyhunter
11-
spyonweb==0.1
12-
PyGitHub
13-
telethon==0.18.3
14-
virustotal-api
15-
pymisp==2.4.134
16-
OTXv2
17-
IPy
18-
pyasn
19-
maxminddb>=1.4.0
20-
geoip2
21-
selenium
22-
pysafebrowsing==0.1.1
23-
pypermacc==0.1.1
24-
pythreatgrid2==0.1.1
25-
pycrtsh==0.3.3
26-
dnspython
27-
archiveis
28-
consolemd==0.5.1
29-
pypdns==1.3
30-
pybinaryedge==0.5
31-
pytz
32-
dnsdb==0.2.5
33-
pysecuritytrails==0.1.3
34-
phonenumbers==8.12.4
35-
threatminer==1.0
36-
zetalytics-api==1.0.1
37-
greynoise
1+
.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
install_requires=[
1818
"requests",
1919
"configparser",
20-
"tweepy",
20+
"tweepy>=3.8.0",
2121
"passivetotal",
2222
"beautifulsoup4==4.9.1",
2323
"lxml==4.5.1",

0 commit comments

Comments
 (0)