mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-27 17:56:26 +02:00
un ignore pyproject.toml
This commit is contained in:
parent
76b8247a41
commit
99095c74da
2 changed files with 9 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,4 +26,3 @@ sqlite-vec.h
|
||||||
tmp/
|
tmp/
|
||||||
|
|
||||||
poetry.lock
|
poetry.lock
|
||||||
pyproject.toml
|
|
||||||
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