From 4ab0c49e39b4697bb6c14d00be4d8d85ba753114 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Mon, 11 Dec 2023 14:55:50 +0100 Subject: [PATCH] Added schedule dependency --- pyproject.toml | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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