sqlite-vec/tests/pyproject.toml

10 lines
182 B
TOML
Raw Normal View History

2024-11-13 11:58:01 -08:00
[project]
name = "tests"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pytest", "numpy", "syrupy"
]