Added schedule dependency
This commit is contained in:
parent
6a138611f4
commit
f748f1b738
|
|
@ -1,7 +1,8 @@
|
|||
[project]
|
||||
name = "amarillo-enhancer"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"amarillo-core",
|
||||
"watchdog",
|
||||
"schedule==1.2.1",
|
||||
]
|
||||
|
|
@ -1 +1,2 @@
|
|||
watchdog==3.0.0
|
||||
schedule==1.2.1
|
||||
Loading…
Reference in a new issue