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 1310765 commit 858b4ffCopy full SHA for 858b4ff
1 file changed
projects/k8s_watcher/pyproject.toml
@@ -37,6 +37,7 @@ packages = [
37
{ include = "renku_data_services/utils", from = "../../components" },
38
{ include = "renku_data_services/data_connectors", from = "../../components" },
39
{ include = "renku_data_services/notebooks", from = "../../components" },
40
+ { include = "renku_data_services/renku_apps", from = "../../components" },
41
# Note: poetry poly does not detect the migrations as dependencies, but they are. Don't remove these!
42
{ include = "renku_data_services/migrations", from = "../../components" },
43
{ include = "renku_data_services/solr", from = "../../components" },
0 commit comments