14 lines
299 B
TOML
14 lines
299 B
TOML
version = 1
|
|
revision = 1
|
|
requires-python = ">=3.11"
|
|
resolution-markers = [
|
|
"python_full_version >= '3.14'",
|
|
"python_full_version >= '3.12' and python_full_version < '3.14'",
|
|
"python_full_version < '3.12'",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-ge-new"
|
|
version = "0.1.0"
|
|
source = { virtual = "." }
|