We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests
1 parent c148173 commit 758dd5fCopy full SHA for 758dd5f
pyproject.toml
@@ -39,7 +39,8 @@ requires-python = ">= 3.11, < 4"
39
# TODO(cookiecutter): Remove and add more dependencies if appropriate
40
dependencies = [
41
"click >= 8.1.8, < 9",
42
- "entsoe-py >= 0.6.16, < 0.8.0",
+ # Stick to a version without a polluting `tests` package: https://github.com/EnergieID/entsoe-py/pull/447
43
+ "entsoe-py >= 0.6.16, < 0.7.1",
44
"frequenz-api-common >= 0.6.5, < 0.9.0",
45
"grpcio >= 1.72.1, < 2",
46
"frequenz-channels >= 1.6.1, < 2",
0 commit comments