Skip to content

Commit

Permalink
un ignore pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Nov 13, 2024
1 parent 76b8247 commit 99095c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ sqlite-vec.h
tmp/

poetry.lock
pyproject.toml
9 changes: 9 additions & 0 deletions tests/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
]

0 comments on commit 99095c7

Please sign in to comment.