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.
1 parent ac5c2ac commit 20278b7Copy full SHA for 20278b7
pyproject.toml
@@ -12,7 +12,7 @@ packages = [{ include = "compute_modules" }]
12
[tool.poetry.dependencies]
13
python = "^3.9"
14
requests = "^2.32.3"
15
-external-systems = { version = "^0.107.0", optional = true }
+external-systems = {version = "^0.107.0", extras = ["sources"]}
16
pyyaml = { version = "^6.0.1", optional = true }
17
18
0 commit comments