Skip to content

Commit 12b6a1c

Browse files
committed
Update pyproject.toml
1 parent 829a10a commit 12b6a1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[build-system]
22
requires = [
3-
"pybind11>=2.10.0",
43
"setuptools>=42",
54
"wheel",
65
]
@@ -15,7 +14,9 @@ authors = [
1514
]
1615
readme = "README.md"
1716
license = { file = "LICENSE.txt" }
18-
dependencies = []
17+
dependencies = [
18+
"nose2",
19+
]
1920

2021
[project.urls]
2122
homepage = "https://github.com/open-quantum-safe/liboqs-python"

0 commit comments

Comments
 (0)