mirror of https://github.com/MISP/misp-modules
Modules for expansion services, import and export in MISP
http://misp.github.io/misp-modules
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.5 KiB
61 lines
1.5 KiB
[[source]] |
|
name = "pypi" |
|
url = "https://pypi.org/simple" |
|
verify_ssl = true |
|
|
|
[dev-packages] |
|
nose = "*" |
|
codecov = "*" |
|
pytest = "*" |
|
flake8 = "*" |
|
|
|
[packages] |
|
dnspython = "*" |
|
requests = "*" |
|
urlarchiver = "*" |
|
passivetotal = "*" |
|
pypdns = "*" |
|
pypssl = "*" |
|
pyeupi = "*" |
|
uwhois = {editable = true,git = "https://github.com/Rafiot/uwhoisd.git",ref = "testing",subdirectory = "client"} |
|
pymisp = {editable = true,git = "https://github.com/MISP/PyMISP.git"} |
|
pyonyphe = {editable = true,git = "https://github.com/sebdraven/pyonyphe"} |
|
pydnstrails = {editable = true,git = "https://github.com/sebdraven/pydnstrails"} |
|
pytesseract = "*" |
|
pygeoip = "*" |
|
beautifulsoup4 = "*" |
|
oauth2 = "*" |
|
yara-python = "==3.8.1" |
|
sigmatools = "*" |
|
stix2-patterns = "*" |
|
maclookup = "*" |
|
vulners = "*" |
|
blockchain = "*" |
|
reportlab = "*" |
|
pyintel471 = {editable = true,git = "https://github.com/MISP/PyIntel471.git"} |
|
shodan = "*" |
|
Pillow = "*" |
|
Wand = "*" |
|
SPARQLWrapper = "*" |
|
domaintools_api = "*" |
|
misp-modules = {editable = true,path = "."} |
|
pybgpranking = {editable = true,git = "https://github.com/D4-project/BGP-Ranking.git/",subdirectory = "client"} |
|
pyipasnhistory = {editable = true,git = "https://github.com/D4-project/IPASN-History.git/",subdirectory = "client"} |
|
backscatter = "*" |
|
pyzbar = "*" |
|
opencv-python = "*" |
|
np = "*" |
|
ODTReader = {editable = true,git = "https://github.com/cartertemm/ODTReader.git/"} |
|
python-pptx = "*" |
|
python-docx = "*" |
|
ezodf = "*" |
|
pandas = "*" |
|
pandas_ods_reader = "*" |
|
pdftotext = "*" |
|
lxml = "*" |
|
xlrd = "*" |
|
idna-ssl = {markers = "python_version < '3.7'"} |
|
jbxapi = "*" |
|
|
|
[requires] |
|
python_version = "3"
|
|
|