mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
18 lines
450 B
TOML
18 lines
450 B
TOML
[project]
|
|
name="openpype"
|
|
description="OpenPype addon for AYON server."
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9.1,<3.10"
|
|
aiohttp_json_rpc = "*" # TVPaint server
|
|
aiohttp-middlewares = "^2.0.0"
|
|
wsrpc_aiohttp = "^3.1.1" # websocket server
|
|
clique = "1.6.*"
|
|
jsonschema = "^2.6.0"
|
|
pymongo = "^3.11.2"
|
|
log4mongo = "^1.7"
|
|
pyblish-base = "^1.8.11"
|
|
pynput = "^1.7.2" # Timers manager - TODO remove
|
|
"Qt.py" = "^1.3.3"
|
|
qtawesome = "0.7.3"
|
|
speedcopy = "^2.1"
|