mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
move pynput dependency to timers manager
This commit is contained in:
parent
b05062474a
commit
426f057a7d
2 changed files with 6 additions and 1 deletions
|
|
@ -19,4 +19,3 @@ Click = "^8"
|
|||
OpenTimelineIO = "0.16.0"
|
||||
opencolorio = "2.2.1"
|
||||
Pillow = "9.5.0"
|
||||
pynput = "^1.7.2" # Timers manager - TODO remove
|
||||
|
|
|
|||
6
server_addon/timers_manager/client/pyproject.toml
Normal file
6
server_addon/timers_manager/client/pyproject.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[project]
|
||||
name="timers_manager"
|
||||
description="AYON TimersManager addon."
|
||||
|
||||
[ayon.runtimeDependencies]
|
||||
pynput = "^1.7.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue