mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
13 lines
232 B
TOML
13 lines
232 B
TOML
[project]
|
|
dependencies = [
|
|
"antithesis>=0.1.17",
|
|
"pyturso"
|
|
]
|
|
description = "Add your description here"
|
|
name = "antithesis-tests"
|
|
requires-python = ">=3.13"
|
|
version = "0.1.0"
|
|
|
|
[tool.uv.sources]
|
|
pyturso = { workspace = true }
|