We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abaf8d5 commit 094900cCopy full SHA for 094900c
pyproject.toml
@@ -51,7 +51,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
51
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
52
53
[tool.setuptools.dynamic]
54
-dependencies = {file = ["requirements/run.txt"]}
+dependencies = {file = ["requirements/pip.txt"]}
55
56
[tool.black]
57
line-length = 115
requirements/pip.txt
@@ -0,0 +1,6 @@
1
+numpy
2
+wxpython
3
+diffpy.pdffit2
4
+diffpy.structure
5
+diffpy.utils
6
+matplotlib
0 commit comments