Skip to content

Commit

Permalink
fix: add missing dependencies (#439)
Browse files Browse the repository at this point in the history
It looks like we had forgotten to pin some dependencies many, many years
ago and were getting away with it until recently
  • Loading branch information
jsstevenson authored Nov 13, 2024
1 parent bc3c13f commit 4e494b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ etl = [
"wikibaseintegrator>=0.12.0",
"wags-tails",
"tqdm",
"rich"
"rich",
"pyyaml"
]
test = ["pytest", "pytest-cov", "pytest-mock"]
test = ["pytest", "pytest-cov", "pytest-mock", "isodate"]
dev = ["pre-commit>=3.7.1", "ruff==0.5.0", "lxml", "xmlformatter", "types-pyyaml"]

[project.urls]
Expand Down

0 comments on commit 4e494b5

Please sign in to comment.