mirror of https://github.com/MISP/misp-modules
71 lines
1.8 KiB
TOML
71 lines
1.8 KiB
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
nose = "*"
|
|
codecov = "*"
|
|
pytest = "*"
|
|
flake8 = "*"
|
|
|
|
[packages]
|
|
dnspython = "*"
|
|
requests = { extras = ["security"], version = "*" }
|
|
urlarchiver = "*"
|
|
passivetotal = "*"
|
|
pypdns = "*"
|
|
pypssl = "*"
|
|
pyeupi = "*"
|
|
uwhois = { editable = true, git = "https://github.com/Rafiot/uwhoisd.git", ref = "testing", subdirectory = "client" }
|
|
pymisp = { extras = ["fileobjects,openioc,pdfexport,email"], version = "*" }
|
|
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 = "*"
|
|
geoip2 = "*"
|
|
apiosintDS = "*"
|
|
assemblyline_client = "*"
|
|
vt-graph-api = "*"
|
|
trustar = "*"
|
|
markdownify = "==0.5.3"
|
|
socialscan = "*"
|
|
dnsdb2 = "*"
|
|
clamd = "*"
|
|
|
|
[requires]
|
|
python_version = "3"
|