14 lines
319 B
TOML
14 lines
319 B
TOML
version = 1
|
|
revision = 3
|
|
requires-python = ">=3.12"
|
|
resolution-markers = [
|
|
"python_full_version < '3.14' and sys_platform == 'linux'",
|
|
]
|
|
supported-markers = [
|
|
"python_full_version < '3.14' and sys_platform == 'linux'",
|
|
]
|
|
|
|
[[package]]
|
|
name = "property-map-video-tts"
|
|
version = "0.1.0"
|
|
source = { virtual = "." }
|