ayon-core/client/pyproject.toml
Jakub Jezek b09266b1d6
Update dependency version constraints
Adjusted the version constraint for a library to ensure compatibility by restricting it to less than 2.4.0.
2024-11-26 14:23:08 +01:00

20 lines
401 B
TOML

[project]
name="core"
description="AYON core addon."
[tool.poetry.dependencies]
python = ">=3.9.1,<3.10"
clique = "1.6.*"
jsonschema = "^2.6.0"
pyblish-base = "^1.8.11"
speedcopy = "^2.1"
six = "^1.15"
qtawesome = "0.7.3"
[ayon.runtimeDependencies]
aiohttp-middlewares = "^2.0.0"
Click = "^8"
OpenTimelineIO = "0.16.0"
opencolorio = "^2.3.2,<2.4.0"
Pillow = "9.5.0"
websocket-client = ">=0.40.0,<2"