Spaces:
Running
Running
use dependencies from requirements.txt
Browse files- pyproject.toml +4 -1
pyproject.toml
CHANGED
@@ -25,7 +25,10 @@ maintainers = [
|
|
25 |
description = "Scientific Document Insight Q/A"
|
26 |
readme = "README.md"
|
27 |
|
28 |
-
dynamic = ['version']
|
|
|
|
|
|
|
29 |
|
30 |
[tool.setuptools_scm]
|
31 |
|
|
|
25 |
description = "Scientific Document Insight Q/A"
|
26 |
readme = "README.md"
|
27 |
|
28 |
+
dynamic = ['version', "dependencies"]
|
29 |
+
|
30 |
+
[tool.setuptools.dynamic]
|
31 |
+
dependencies = {file = ["requirements.txt"]}
|
32 |
|
33 |
[tool.setuptools_scm]
|
34 |
|