Skip to content

Commit

Permalink
Test optional deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Jodry authored and Etienne Jodry committed Apr 26, 2024
1 parent bd0c938 commit 74a09b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,22 @@ authors = [
dynamic = ["dependencies", "version"]
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE"}
requires-python = ">= 3.11"
requires-python = ">= 3.10"
classifiers = [
"Development Status :: 3 - Pre-Release",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU/GPLv3",
]

[project.urls]
Repository = "https://github.com/bag-cnag/biodm.git"

[project.optional-dependencies]
kubernetes = ["kubernetes==29.0.0"]

[tool.setuptools.dynamic]
dependencies = {file = ["src/requirements/common.txt"]}
version = {attr = "biodm.__version__"}
Expand Down

0 comments on commit 74a09b6

Please sign in to comment.