mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
move 'aiohttp_json_rpc' to jobqueue addon
This commit is contained in:
parent
ae803e3ad1
commit
5e9a0f5fc4
2 changed files with 6 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
6
server_addon/jobqueue/client/pyproject.toml
Normal file
6
server_addon/jobqueue/client/pyproject.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[project]
|
||||
name="jobqueue"
|
||||
description="AYON JobQueue addon."
|
||||
|
||||
[ayon.runtimeDependencies]
|
||||
aiohttp_json_rpc = "*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue