We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd40bc3 commit df55434Copy full SHA for df55434
pyproject.toml
@@ -49,7 +49,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
49
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
50
51
[tool.setuptools.dynamic]
52
-dependencies = {file = ["requirements/run.txt"]}
+dependencies = {file = ["requirements/pip.txt"]}
53
54
[tool.black]
55
line-length = 115
0 commit comments