We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06edf47 commit 6313a7dCopy full SHA for 6313a7d
1 file changed
pyproject.toml
@@ -14,6 +14,7 @@ readme = "README.md"
14
requires-python = ">=3.7"
15
dependencies = [
16
"ovito >= 3.9.1"
17
+ "setuptools"
18
]
19
20
[project.urls]
@@ -27,4 +28,4 @@ filterwarnings = [
27
28
"error",
29
"ignore:module 'sre_parse' is deprecated:DeprecationWarning",
30
"ignore:module 'sre_constants' is deprecated:DeprecationWarning",
-]
31
+]
0 commit comments