Skip to content

Commit 6132236

Browse files
fix: set poetry to only install package dependencies to avoid build error.
1 parent af5a36c commit 6132236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/processor/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "kitsu-processor"
33
version = "1.2.4-dev.1"
44
description = "Kitsu Integration for Ayon"
55
authors = ["Martin Wacker <martin@ynput.io>"]
6+
package-mode = false
67

78
[tool.poetry.dependencies]
89
python = "^3.11"

0 commit comments

Comments
 (0)