diff --git a/pyproject.toml b/pyproject.toml index 7da48e0..114ae51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "amarillo-enhancer" -version = "0.0.1" +version = "0.0.2" dependencies = [ "amarillo-core", "watchdog", + "schedule==1.2.1", ] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index cce0be8..37767e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -watchdog==3.0.0 \ No newline at end of file +watchdog==3.0.0 +schedule==1.2.1 \ No newline at end of file