fixup! Update REQUIREMENTS

pull/613/head
Jakub Onderka 2023-05-19 10:22:56 +02:00
parent edd65e7708
commit 2f368f3b1e
2 changed files with 8 additions and 5 deletions

View File

@ -62,7 +62,8 @@ assemblyline_client = "*"
vt-graph-api = "*" vt-graph-api = "*"
trustar = { git = "https://github.com/SteveClement/trustar-python.git" } trustar = { git = "https://github.com/SteveClement/trustar-python.git" }
markdownify = "==0.5.3" markdownify = "==0.5.3"
socialscan = "*" socialscan = "==1.4"
pycountry = "==22.3.5"
dnsdb2 = "*" dnsdb2 = "*"
clamd = "*" clamd = "*"
aiohttp = ">=3.7.4" aiohttp = ">=3.7.4"

View File

@ -50,7 +50,7 @@ geoip2==4.7.0
h11==0.14.0 ; python_version >= '3.7' h11==0.14.0 ; python_version >= '3.7'
httpcore==0.17.1 ; python_version >= '3.7' httpcore==0.17.1 ; python_version >= '3.7'
httplib2==0.22.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' httplib2==0.22.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
httpx==0.24.0 ; python_version >= '3.7' httpx==0.24.1 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5' idna==3.4 ; python_version >= '3.5'
imapclient==2.3.1 imapclient==2.3.1
importlib-metadata==4.13.0 ; python_version < '3.8' importlib-metadata==4.13.0 ; python_version < '3.8'
@ -100,8 +100,9 @@ progressbar2==4.2.0 ; python_full_version >= '3.7.0'
psutil==5.9.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' psutil==5.9.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
publicsuffixlist==0.9.4 ; python_version >= '2.6' publicsuffixlist==0.9.4 ; python_version >= '2.6'
git+https://github.com/D4-project/BGP-Ranking.git/@68de39f6c5196f796055c1ac34504054d688aa59#egg=pybgpranking&subdirectory=client git+https://github.com/D4-project/BGP-Ranking.git/@68de39f6c5196f796055c1ac34504054d688aa59#egg=pybgpranking&subdirectory=client
pycountry==22.3.5
pycparser==2.21 pycparser==2.21
pycryptodome==3.17 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' pycryptodome==3.18.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycryptodomex==3.17 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' pycryptodomex==3.17 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pydeep2==0.5.1 pydeep2==0.5.1
git+https://github.com/sebdraven/pydnstrails@48c1f740025c51289f43a24863d1845ff12fd21a#egg=pydnstrails git+https://github.com/sebdraven/pydnstrails@48c1f740025c51289f43a24863d1845ff12fd21a#egg=pydnstrails
@ -142,12 +143,13 @@ requests-file==1.5.1
rich==13.3.5 ; python_full_version >= '3.7.0' rich==13.3.5 ; python_full_version >= '3.7.0'
rtfde==0.0.2 rtfde==0.0.2
secretstorage==3.3.3 ; sys_platform == 'linux' secretstorage==3.3.3 ; sys_platform == 'linux'
setuptools==67.7.2 ; python_version >= '3.7'
shodan==1.29.1 shodan==1.29.1
sigmatools==0.19.1 sigmatools==0.19.1
simplejson==3.19.1 ; python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2, 3.3' simplejson==3.19.1 ; python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2, 3.3'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.0 ; python_version >= '3.7' sniffio==1.3.0 ; python_version >= '3.7'
socialscan==1.4.2 socialscan==1.4
socketio-client==0.5.7.4 socketio-client==0.5.7.4
soupsieve==2.4.1 ; python_version >= '3.7' soupsieve==2.4.1 ; python_version >= '3.7'
sparqlwrapper==2.0.0 sparqlwrapper==2.0.0
@ -156,7 +158,7 @@ stix2-patterns==2.0.0
tabulate==0.9.0 ; python_version >= '3.7' tabulate==0.9.0 ; python_version >= '3.7'
tau-clients==0.3.0 tau-clients==0.3.0
taxii2-client==2.3.0 taxii2-client==2.3.0
tldextract==3.4.2 ; python_version >= '3.7' tldextract==3.4.3 ; python_version >= '3.7'
tornado==6.2 ; python_version >= '3.7' tornado==6.2 ; python_version >= '3.7'
tqdm==4.65.0 ; python_version >= '3.7' tqdm==4.65.0 ; python_version >= '3.7'
git+https://github.com/SteveClement/trustar-python.git@6954eae38e0c77eaeef26084b6c5fd033925c1c7#egg=trustar git+https://github.com/SteveClement/trustar-python.git@6954eae38e0c77eaeef26084b6c5fd033925c1c7#egg=trustar