Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/remove-unnecessary-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT authored Jan 22, 2025
2 parents c9ccaca + 443cba5 commit fbdce94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/leecher/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shotgrid-leecher"
version = "0.5.2+dev"
description = "Shotgrid Integration for AYON"
authors = ["Oscar Domingo <[email protected]>"]
package-mode = false

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
Expand Down
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 = "shotgrid-processor"
version = "0.5.2+dev"
description = "Shotgrid Integration for AYON"
authors = ["Oscar Domingo <[email protected]>"]
package-mode = false

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
Expand Down
1 change: 1 addition & 0 deletions services/transmitter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shotgrid-transmitter"
version = "0.5.2+dev"
description = "Shotgrid Integration for AYON"
authors = ["Oscar Domingo <[email protected]>"]
package-mode = false

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
Expand Down

0 comments on commit fbdce94

Please sign in to comment.