move pynput dependency to timers manager

This commit is contained in:
Jakub Trllo 2024-06-07 11:02:56 +02:00
parent b05062474a
commit 426f057a7d
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -0,0 +1,6 @@
[project]
name="timers_manager"
description="AYON TimersManager addon."
[ayon.runtimeDependencies]
pynput = "^1.7.2"