Files
Interpreters/pyproject.toml
2025-04-09 16:54:52 +01:00

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