Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Sep 1, 2024
1 parent e75ff55 commit dd53717
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[build-system]
dependencies = [
"jinja2>=2.11.2",
"ortools>=7.7.7810",
][build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

Expand All @@ -23,6 +26,10 @@ classifiers = [
]
keywords = ["strength", "training", "health", "fitness", "generator", "weightlifting", "powerlifting", "exercise"]
requires-python = ">=3.8"
dependencies = [
"jinja2>=2.11.2",
"ortools>=7.7.7810",
]

[project.urls]
Homepage = "https://github.com/tommyod/streprogen"
Expand Down

0 comments on commit dd53717

Please sign in to comment.