mirror of https://github.com/MISP/misp-modules
chg: Bump dependencies, update REQUIREMENTS file
parent
4631c17286
commit
e893a17583
|
@ -633,12 +633,12 @@
|
|||
},
|
||||
"vulners": {
|
||||
"hashes": [
|
||||
"sha256:6506f3ad45bf3fd72f9cd1ebd5fbc13f814e7cf62faed6897e33db949fe4584a",
|
||||
"sha256:a0e86015343ecf1c3313f6101567749988b5eb5299a672f19fd2974121817444",
|
||||
"sha256:f243fe025a84b85bd6f37e45d6cf693e24697d30661695fe5d29b652dff6a5a1"
|
||||
"sha256:146ef130f215b50cdff790b06b4886c7edb325c075e9fce4bf1d3ab8d64a10d0",
|
||||
"sha256:53406a86126159eaee9575fa667c99459bfdf9dd8c06bd0ce73fbe536b305e30",
|
||||
"sha256:a258ccdbaee586207bc80d3590f0315ff151cfe16ea54f2e1629a6018fd9f2a3"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==1.4.9"
|
||||
"version": "==1.5.0"
|
||||
},
|
||||
"wand": {
|
||||
"hashes": [
|
||||
|
|
47
REQUIREMENTS
47
REQUIREMENTS
|
@ -1,9 +1,9 @@
|
|||
-i https://pypi.org/simple
|
||||
-e .
|
||||
-e git+https://github.com/D4-project/BGP-Ranking.git/@37c97ae252ec4bf1d67733a49d4895c8cb009cf9#egg=pybgpranking&subdirectory=client
|
||||
-e git+https://github.com/D4-project/IPASN-History.git/@e846cd36fe1ed6b22f60890bba89f84e61b62e59#egg=pyipasnhistory&subdirectory=client
|
||||
-e git+https://github.com/D4-project/BGP-Ranking.git/@4e0741056bcc0077de1120b8724a31330b26033e#egg=pybgpranking&subdirectory=client
|
||||
-e git+https://github.com/D4-project/IPASN-History.git/@c0c2bbf8d70811982dad065ea463a7e01593a38d#egg=pyipasnhistory&subdirectory=client
|
||||
-e git+https://github.com/MISP/PyIntel471.git@0df8d51f1c1425de66714b3a5a45edb69b8cc2fc#egg=pyintel471
|
||||
-e git+https://github.com/MISP/PyMISP.git@b8759673b91e733c307698abdc0d5ed82fd7e0de#egg=pymisp
|
||||
-e git+https://github.com/MISP/PyMISP.git@921f414e0e026a3a4b77112012cf930242a33b04#egg=pymisp
|
||||
-e git+https://github.com/Rafiot/uwhoisd.git@411572840eba4c72dc321c549b36a54ed5cea9de#egg=uwhois&subdirectory=client
|
||||
-e git+https://github.com/sebdraven/pydnstrails@48c1f740025c51289f43a24863d1845ff12fd21a#egg=pydnstrails
|
||||
-e git+https://github.com/sebdraven/pyonyphe@cbb0168d5cb28a9f71f7ab3773164a7039ccdb12#egg=pyonyphe
|
||||
|
@ -16,7 +16,7 @@ beautifulsoup4==4.7.1
|
|||
blockchain==1.4.4
|
||||
certifi==2019.3.9
|
||||
chardet==3.0.4
|
||||
click-plugins==1.0.4
|
||||
click-plugins==1.1.1
|
||||
click==7.0
|
||||
colorama==0.4.1
|
||||
dnspython==1.16.0
|
||||
|
@ -24,44 +24,47 @@ domaintools-api==0.3.3
|
|||
enum-compat==0.0.2
|
||||
ez-setup==0.9
|
||||
future==0.17.1
|
||||
httplib2==0.12.1
|
||||
idna-ssl==1.1.0 ; python_version < '3.7'
|
||||
httplib2==0.12.3
|
||||
idna==2.8
|
||||
isodate==0.6.0
|
||||
jsonschema==3.0.1
|
||||
maclookup==1.0.3
|
||||
multidict==4.5.2
|
||||
np==1.0.2
|
||||
numpy==1.16.3
|
||||
oauth2==1.9.0.post1
|
||||
opencv-python==4.1.0.25
|
||||
passivetotal==1.0.30
|
||||
pillow==5.4.1
|
||||
psutil==5.6.0
|
||||
pillow==6.0.0
|
||||
psutil==5.6.1
|
||||
pyeupi==1.0
|
||||
pygeoip==0.3.2
|
||||
pyparsing==2.3.1
|
||||
pyparsing==2.4.0
|
||||
pypdns==1.3
|
||||
pypssl==2.1
|
||||
pyrsistent==0.14.11
|
||||
pytesseract==0.2.6
|
||||
python-dateutil==2.8.0
|
||||
pyyaml==3.13
|
||||
pyyaml==5.1
|
||||
pyzbar==0.1.8
|
||||
rdflib==4.2.2
|
||||
redis==3.2.0
|
||||
reportlab==3.5.13
|
||||
requests-cache==0.4.13
|
||||
redis==3.2.1
|
||||
reportlab==3.5.19
|
||||
requests-cache==0.5.0
|
||||
requests==2.21.0
|
||||
shodan==1.11.1
|
||||
sigmatools==0.9
|
||||
shodan==1.12.1
|
||||
sigmatools==0.10
|
||||
six==1.12.0
|
||||
soupsieve==1.8
|
||||
sparqlwrapper==1.8.2
|
||||
soupsieve==1.9.1
|
||||
sparqlwrapper==1.8.4
|
||||
stix2-patterns==1.1.0
|
||||
tabulate==0.8.3
|
||||
tornado==6.0.1
|
||||
tornado==6.0.2
|
||||
url-normalize==1.4.1
|
||||
urlarchiver==0.2
|
||||
urllib3==1.24.1
|
||||
vulners==1.4.5
|
||||
wand==0.5.1
|
||||
xlsxwriter==1.1.5
|
||||
urllib3==1.24.2
|
||||
vulners==1.5.0
|
||||
wand==0.5.3
|
||||
xlsxwriter==1.1.7
|
||||
yara-python==3.8.1
|
||||
yarl==1.3.0
|
||||
|
|
Loading…
Reference in New Issue