Skip to content

Commit ede2bfb

Browse files
committed
Add missing example pyproject file for test
1 parent cfb48a0 commit ede2bfb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/example_data/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "example-repo"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.13"
7+
dependencies = [
8+
"numpy>=2.2.0",
9+
"pandas>=2.2.3",
10+
"requests>=2.32.3",
11+
]

0 commit comments

Comments
 (0)