Skip to content

Commit

Permalink
Update dependencies on pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Oct 22, 2023
1 parent 71784a1 commit 5e6c37d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ script-files = ["jarvis/lib/install.sh"]

[tool.setuptools.dynamic]
version = {attr = "jarvis.version"}
dependencies = {file = ["jarvis/lib/version_locked_requirements.txt", "jarvis/lib/version_upgrade_requirements.txt"]}
dependencies = {file = [
"jarvis/lib/version_locked_requirements.txt",
"jarvis/lib/version_pinned_requirements.txt",
"jarvis/lib/version_upgrade_requirements.txt"
]}

[build-system]
requires = ["setuptools", "wheel"]
Expand Down

0 comments on commit 5e6c37d

Please sign in to comment.