Skip to content

Commit

Permalink
install dependencies from requirements.txt on pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Oct 14, 2024
1 parent 32cc698 commit 82f416f
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 @@ -7,6 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "metdataio"
dynamic = ["dependencies"]
version = "3.0.0-beta6-dev"
description = "METplus component that loads data into a database"
authors = [
Expand All @@ -32,6 +33,9 @@ METdbLoad = [
"ush/load_specification_schema.xsd",
]

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

[tool.pytest.ini_options]
addopts = "-q"
testpaths = [
Expand Down

0 comments on commit 82f416f

Please sign in to comment.