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]
name = "amarillo-enhancer"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"amarillo-core",
"watchdog",
"schedule==1.2.1",
]

View file

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