Skip to content

Commit

Permalink
use dependencies from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 26, 2023
1 parent 3bdd3e6 commit 9be5317
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ maintainers = [
description = "Scientific Document Insight Q/A"
readme = "README.md"

dynamic = ['version']
dynamic = ['version', "dependencies"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.setuptools_scm]

Expand Down

0 comments on commit 9be5317

Please sign in to comment.