From a3c4959dfe4596d48de6435a4edb9c96a661dd84 Mon Sep 17 00:00:00 2001 From: Richard Terry Date: Mon, 15 Apr 2024 22:04:31 +0100 Subject: [PATCH] Add watchfiles as a dependency (#152) The watchfiles dependency used in server.py is missing from requirements --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index acd4c31..569e4b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ dependencies = [ "uvicorn>=0.25", "websockets>=11.0", "colorama", + "watchfiles", ] dynamic = ["version"]