14 lines
229 B
TOML
14 lines
229 B
TOML
[project]
|
|
name = "enterpreter"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"colorama>=0.4.6",
|
|
"cython>=3.0.12",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = true
|