2019-01-21 13:31:52 +01:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
nose = "*"
|
|
|
|
codecov = "*"
|
|
|
|
pytest = "*"
|
|
|
|
flake8 = "*"
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
dnspython = "*"
|
2020-11-27 20:45:52 +01:00
|
|
|
requests = { extras = ["security"], version = "*" }
|
2019-01-21 13:31:52 +01:00
|
|
|
urlarchiver = "*"
|
|
|
|
passivetotal = "*"
|
|
|
|
pypdns = "*"
|
|
|
|
pypssl = "*"
|
|
|
|
pyeupi = "*"
|
2022-02-04 12:43:11 +01:00
|
|
|
pymisp = { extras = ["fileobjects,openioc,pdfexport,email,url"], version = "*" }
|
|
|
|
pyonyphe = { git = "https://github.com/sebdraven/pyonyphe" }
|
|
|
|
pydnstrails = { git = "https://github.com/sebdraven/pydnstrails" }
|
2019-01-21 13:31:52 +01:00
|
|
|
pytesseract = "*"
|
|
|
|
pygeoip = "*"
|
|
|
|
beautifulsoup4 = "*"
|
|
|
|
oauth2 = "*"
|
2019-02-25 21:11:24 +01:00
|
|
|
yara-python = "==3.8.1"
|
2019-01-21 13:31:52 +01:00
|
|
|
sigmatools = "*"
|
2022-03-03 17:49:19 +01:00
|
|
|
stix2 = "*"
|
2019-01-21 13:31:52 +01:00
|
|
|
stix2-patterns = "*"
|
2022-03-03 17:49:19 +01:00
|
|
|
taxii2-client = "*"
|
2019-01-21 13:31:52 +01:00
|
|
|
maclookup = "*"
|
|
|
|
vulners = "*"
|
|
|
|
blockchain = "*"
|
2019-02-25 21:11:24 +01:00
|
|
|
reportlab = "*"
|
2022-02-04 12:43:11 +01:00
|
|
|
pyintel471 = { git = "https://github.com/MISP/PyIntel471.git" }
|
2019-01-21 13:31:52 +01:00
|
|
|
shodan = "*"
|
2021-11-09 15:37:56 +01:00
|
|
|
Pillow = ">=8.2.0"
|
2019-01-21 13:31:52 +01:00
|
|
|
Wand = "*"
|
|
|
|
SPARQLWrapper = "*"
|
|
|
|
domaintools_api = "*"
|
2022-02-04 12:43:11 +01:00
|
|
|
misp-modules = { path = "." }
|
|
|
|
pybgpranking = { git = "https://github.com/D4-project/BGP-Ranking.git/", subdirectory = "client", ref = "68de39f6c5196f796055c1ac34504054d688aa59" }
|
|
|
|
pyipasnhistory = { git = "https://github.com/D4-project/IPASN-History.git/", subdirectory = "client", ref = "a2853c39265cecdd0c0d16850bd34621c0551b87" }
|
2019-03-10 21:17:30 +01:00
|
|
|
backscatter = "*"
|
2019-04-23 14:49:02 +02:00
|
|
|
pyzbar = "*"
|
|
|
|
opencv-python = "*"
|
|
|
|
np = "*"
|
2022-02-04 12:43:11 +01:00
|
|
|
ODTReader = { git = "https://github.com/cartertemm/ODTReader.git/" }
|
2019-04-26 12:08:52 +02:00
|
|
|
python-pptx = "*"
|
|
|
|
python-docx = "*"
|
|
|
|
ezodf = "*"
|
2021-12-24 16:54:12 +01:00
|
|
|
pandas = "==1.3.5"
|
2021-11-09 15:37:56 +01:00
|
|
|
pandas_ods_reader = "==0.1.2"
|
2019-04-26 12:08:52 +02:00
|
|
|
pdftotext = "*"
|
|
|
|
lxml = "*"
|
|
|
|
xlrd = "*"
|
2019-05-25 09:00:23 +02:00
|
|
|
jbxapi = "*"
|
2019-10-27 07:58:12 +01:00
|
|
|
geoip2 = "*"
|
2019-10-29 08:57:14 +01:00
|
|
|
apiosintDS = "*"
|
2019-11-19 22:05:16 +01:00
|
|
|
assemblyline_client = "*"
|
2020-01-09 13:39:43 +01:00
|
|
|
vt-graph-api = "*"
|
2022-02-04 12:43:11 +01:00
|
|
|
trustar = { git = "https://github.com/SteveClement/trustar-python.git" }
|
2020-10-29 18:22:07 +01:00
|
|
|
markdownify = "==0.5.3"
|
2023-05-19 10:22:56 +02:00
|
|
|
socialscan = "==1.4"
|
|
|
|
pycountry = "==22.3.5"
|
2020-11-18 11:52:53 +01:00
|
|
|
dnsdb2 = "*"
|
2020-11-27 21:12:20 +01:00
|
|
|
clamd = "*"
|
2021-06-09 23:42:49 +02:00
|
|
|
aiohttp = ">=3.7.4"
|
2021-07-29 13:13:31 +02:00
|
|
|
tau-clients = "*"
|
|
|
|
vt-py = ">=0.7.1"
|
2022-02-04 12:43:11 +01:00
|
|
|
crowdstrike-falconpy = "0.9.0"
|
|
|
|
censys = "2.0.9"
|
|
|
|
mwdblib = "3.4.1"
|
|
|
|
ndjson = "0.3.1"
|
2022-09-28 21:33:44 +02:00
|
|
|
Jinja2 = "3.1.2"
|
|
|
|
mattermostdriver = "7.3.2"
|
|
|
|
openpyxl = "*"
|
2019-01-21 13:31:52 +01:00
|
|
|
|
|
|
|
[requires]
|
2022-02-04 12:43:11 +01:00
|
|
|
python_version = "3.7"
|