Skip to content

Commit

Permalink
pyproject update
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 27, 2024
1 parent eda89dd commit ad101c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions database-cleanup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python = "^3.10"
pvsite-datamodel = "^0.1.32"
click = "^8.1.3"
sentry-sdk = "^2.1.1"
setuptools = "^75.1.0"

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
Expand Down
3 changes: 2 additions & 1 deletion forecast-inference/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sqlalchemy = ">=2.0"
pv-site-prediction = ">=0.1.19"
pvsite-datamodel = "^1.0.28"
sentry-sdk = "^2.1.1"

pkg_resources = "^
[tool.poetry.group.dev.dependencies]
pytest-cov = "^4.0.0"
black = {version = "^22.12.0", extras = ["jupyter"]}
Expand All @@ -29,6 +29,7 @@ mypy = "^1.2.0"
freezegun = "^1.2.2"
jupyter = "^1.0.0"
altair = "^4.2.2"
setuptools = "^75.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ad101c2

Please sign in to comment.