From a162665f9d7c2e940822f9692f304fba4a194761 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Thu, 4 Aug 2022 14:02:47 -0700 Subject: [PATCH] Require watchdog: --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index e0cf98466..92342a014 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,5 @@ psycopg psycopg[binary] pyfftw setuptools +watchdog wget \ No newline at end of file diff --git a/setup.py b/setup.py index 48652fca0..b475b771f 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ "psycopg[binary]", "pyfftw", "setuptools", + "watchdog", "wget" ] ) \ No newline at end of file