mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
12 lines
223 B
TOML
12 lines
223 B
TOML
[project]
|
|
name = "ketapk"
|
|
version = "0.19.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"icnsutil>=1.1.0",
|
|
"oletools>=0.60.2",
|
|
"pillow>=12.3.0",
|
|
]
|