mirror of https://github.com/MISP/misp-modules
chg: [install] REQUIREMENTS file updated
parent
74f1de15e3
commit
feeca02625
23
REQUIREMENTS
23
REQUIREMENTS
|
@ -1,9 +1,9 @@
|
||||||
-i https://pypi.org/simple
|
-i https://pypi.org/simple
|
||||||
-e .
|
-e .
|
||||||
-e git+https://github.com/D4-project/BGP-Ranking.git/@4e0741056bcc0077de1120b8724a31330b26033e#egg=pybgpranking&subdirectory=client
|
-e git+https://github.com/D4-project/BGP-Ranking.git/@429cea9c0787876820984a2df4e982449a84c10e#egg=pybgpranking&subdirectory=client
|
||||||
-e git+https://github.com/D4-project/IPASN-History.git/@c0c2bbf8d70811982dad065ea463a7e01593a38d#egg=pyipasnhistory&subdirectory=client
|
-e git+https://github.com/D4-project/IPASN-History.git/@47cd0f2658ab172fce42126ff3a1dbcddfb0b5fb#egg=pyipasnhistory&subdirectory=client
|
||||||
-e git+https://github.com/MISP/PyIntel471.git@0df8d51f1c1425de66714b3a5a45edb69b8cc2fc#egg=pyintel471
|
-e git+https://github.com/MISP/PyIntel471.git@0df8d51f1c1425de66714b3a5a45edb69b8cc2fc#egg=pyintel471
|
||||||
-e git+https://github.com/MISP/PyMISP.git@582dda0ce2a8ca8e1dd2cf3842e0491caca51c62#egg=pymisp
|
-e git+https://github.com/MISP/PyMISP.git@583fb6592495ea358aad47a8a1ec92d43c13348a#egg=pymisp
|
||||||
-e git+https://github.com/Rafiot/uwhoisd.git@411572840eba4c72dc321c549b36a54ed5cea9de#egg=uwhois&subdirectory=client
|
-e git+https://github.com/Rafiot/uwhoisd.git@411572840eba4c72dc321c549b36a54ed5cea9de#egg=uwhois&subdirectory=client
|
||||||
-e git+https://github.com/cartertemm/ODTReader.git/@49d6938693f6faa3ff09998f86dba551ae3a996b#egg=odtreader
|
-e git+https://github.com/cartertemm/ODTReader.git/@49d6938693f6faa3ff09998f86dba551ae3a996b#egg=odtreader
|
||||||
-e git+https://github.com/sebdraven/pydnstrails@48c1f740025c51289f43a24863d1845ff12fd21a#egg=pydnstrails
|
-e git+https://github.com/sebdraven/pydnstrails@48c1f740025c51289f43a24863d1845ff12fd21a#egg=pydnstrails
|
||||||
|
@ -30,6 +30,7 @@ httplib2==0.12.3
|
||||||
idna-ssl==1.1.0 ; python_version < '3.7'
|
idna-ssl==1.1.0 ; python_version < '3.7'
|
||||||
idna==2.8
|
idna==2.8
|
||||||
isodate==0.6.0
|
isodate==0.6.0
|
||||||
|
jbxapi==3.1.3
|
||||||
jsonschema==3.0.1
|
jsonschema==3.0.1
|
||||||
lxml==4.3.3
|
lxml==4.3.3
|
||||||
maclookup==1.0.3
|
maclookup==1.0.3
|
||||||
|
@ -47,22 +48,22 @@ psutil==5.6.2
|
||||||
pyeupi==1.0
|
pyeupi==1.0
|
||||||
pygeoip==0.3.2
|
pygeoip==0.3.2
|
||||||
pyparsing==2.4.0
|
pyparsing==2.4.0
|
||||||
pypdns==1.3
|
pypdns==1.4.1
|
||||||
pypssl==2.1
|
pypssl==2.1
|
||||||
pyrsistent==0.15.1
|
pyrsistent==0.15.2
|
||||||
pytesseract==0.2.6
|
pytesseract==0.2.6
|
||||||
python-dateutil==2.8.0
|
python-dateutil==2.8.0
|
||||||
python-docx==0.8.10
|
python-docx==0.8.10
|
||||||
python-pptx==0.6.17
|
python-pptx==0.6.18
|
||||||
pytz==2019.1
|
pytz==2019.1
|
||||||
pyyaml==5.1
|
pyyaml==5.1
|
||||||
pyzbar==0.1.8
|
pyzbar==0.1.8
|
||||||
rdflib==4.2.2
|
rdflib==4.2.2
|
||||||
redis==3.2.1
|
redis==3.2.1
|
||||||
reportlab==3.5.20
|
reportlab==3.5.21
|
||||||
requests-cache==0.5.0
|
requests-cache==0.5.0
|
||||||
requests==2.21.0
|
requests==2.22.0
|
||||||
shodan==1.12.1
|
shodan==1.13.0
|
||||||
sigmatools==0.10
|
sigmatools==0.10
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
soupsieve==1.9.1
|
soupsieve==1.9.1
|
||||||
|
@ -72,10 +73,10 @@ tabulate==0.8.3
|
||||||
tornado==6.0.2
|
tornado==6.0.2
|
||||||
url-normalize==1.4.1
|
url-normalize==1.4.1
|
||||||
urlarchiver==0.2
|
urlarchiver==0.2
|
||||||
urllib3==1.24.2
|
urllib3==1.25.3
|
||||||
vulners==1.5.0
|
vulners==1.5.0
|
||||||
wand==0.5.3
|
wand==0.5.3
|
||||||
xlrd==1.2.0
|
xlrd==1.2.0
|
||||||
xlsxwriter==1.1.7
|
xlsxwriter==1.1.8
|
||||||
yara-python==3.8.1
|
yara-python==3.8.1
|
||||||
yarl==1.3.0
|
yarl==1.3.0
|
||||||
|
|
Loading…
Reference in New Issue