We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829a10a commit 12b6a1cCopy full SHA for 12b6a1c
1 file changed
pyproject.toml
@@ -1,6 +1,5 @@
1
[build-system]
2
requires = [
3
- "pybind11>=2.10.0",
4
"setuptools>=42",
5
"wheel",
6
]
@@ -15,7 +14,9 @@ authors = [
15
14
16
readme = "README.md"
17
license = { file = "LICENSE.txt" }
18
-dependencies = []
+dependencies = [
+ "nose2",
19
+]
20
21
[project.urls]
22
homepage = "https://github.com/open-quantum-safe/liboqs-python"
0 commit comments