Skip to content

Commit a9e3cb6

Browse files
committed
Add pytest as a dependency
1 parent 62e7998 commit a9e3cb6

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ requires = [
44
"pip>=23", # For building the pip package.
55
"setuptools>=63", # For building the pip package contents.
66
"wheel", # For building the pip package archive.
7+
"pytest", # For running tests.
8+
"pybind11", # For building the pybind11 C++ extension.
79
]
810
build-backend = "setuptools.build_meta"
911

requirements.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)