Files
turso/antithesis-tests/pyproject.toml
2025-06-20 15:59:03 -03:00

13 lines
232 B
TOML

[project]
dependencies = [
"antithesis>=0.1.17",
"pylimbo"
]
description = "Add your description here"
name = "antithesis-tests"
requires-python = ">=3.13"
version = "0.1.0"
[tool.uv.sources]
pylimbo = { workspace = true }