2025-07-23 22:35:47 +08:00
|
|
|
[project]
|
2025-07-24 09:39:38 +08:00
|
|
|
name = "scripts"
|
2025-07-23 22:35:47 +08:00
|
|
|
version = "1.0.0"
|
|
|
|
requires-python = ">=3.11"
|
|
|
|
dependencies = [
|
2025-07-29 21:14:02 +08:00
|
|
|
"json5>=0.12.0",
|
2025-07-23 22:35:47 +08:00
|
|
|
"pillow==10.2.0",
|
|
|
|
"polib>=1.2.0",
|
|
|
|
"pydantic>=2.11.7",
|
|
|
|
]
|