move 'aiohttp_json_rpc' to jobqueue addon

This commit is contained in:
Jakub Trllo 2024-06-07 11:15:51 +02:00
parent ae803e3ad1
commit 5e9a0f5fc4
2 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,6 @@ six = "^1.15"
qtawesome = "0.7.3"
[ayon.runtimeDependencies]
aiohttp_json_rpc = "*" # TVPaint server
aiohttp-middlewares = "^2.0.0"
wsrpc_aiohttp = "^3.1.1" # websocket server
Click = "^8"

View file

@ -0,0 +1,6 @@
[project]
name="jobqueue"
description="AYON JobQueue addon."
[ayon.runtimeDependencies]
aiohttp_json_rpc = "*"