mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
10 lines
182 B
TOML
10 lines
182 B
TOML
|
|
[project]
|
||
|
|
name = "tests"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Add your description here"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.12"
|
||
|
|
dependencies = [
|
||
|
|
"pytest", "numpy", "syrupy"
|
||
|
|
]
|