Skip to content

Commit

Permalink
Merge pull request #100 from nikshankarnoble/fix/processor_package_mode
Browse files Browse the repository at this point in the history
fix: set poetry to only install package dependencies to avoid build error.
  • Loading branch information
martastain authored Jan 10, 2025
2 parents af5a36c + 6132236 commit cfb1986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/processor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "kitsu-processor"
version = "1.2.4-dev.1"
description = "Kitsu Integration for Ayon"
authors = ["Martin Wacker <martin@ynput.io>"]
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit cfb1986

Please sign in to comment.