un ignore pyproject.toml

This commit is contained in:
Alex Garcia 2024-11-13 11:58:01 -08:00
parent 76b8247a41
commit 99095c74da
2 changed files with 9 additions and 1 deletions

9
tests/pyproject.toml Normal file
View 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"
]