mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
un ignore pyproject.toml
This commit is contained in:
parent
76b8247a41
commit
99095c74da
2 changed files with 9 additions and 1 deletions
9
tests/pyproject.toml
Normal file
9
tests/pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "tests"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"pytest", "numpy", "syrupy"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue