14 lines
284 B
TOML
14 lines
284 B
TOML
[project]
|
|
name = "kape-acquisition"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"evtx>=0.11.0",
|
|
"lnkparse3>=1.6.0",
|
|
"olefile>=0.47",
|
|
"python-evtx>=0.8.1",
|
|
"python-registry>=1.3.1",
|
|
]
|