Skip to content

Commit

Permalink
build: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann committed Jun 14, 2024
1 parent 4782601 commit e2e61b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
dynamic = ["dependencies"]

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

[project.urls]
Homepage = "https://github.com/kpetremann/mqtt-exporter"
Expand Down

0 comments on commit e2e61b6

Please sign in to comment.