Added schedule dependency

This commit is contained in:
Csaba 2023-12-11 14:55:50 +01:00 committed by Holger Bruch
parent c18f347aac
commit a2543a1aa3
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,8 @@
[project] [project]
name = "amarillo-enhancer" name = "amarillo-enhancer"
version = "0.0.1" version = "0.0.2"
dependencies = [ dependencies = [
"amarillo-core", "amarillo-core",
"watchdog", "watchdog",
"schedule==1.2.1",
] ]

View file

@ -1 +1,2 @@
watchdog==3.0.0 watchdog==3.0.0
schedule==1.2.1