From aacee35d918dcb8028401bb0775c2e3f6360966e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:36:58 +0300 Subject: [PATCH] Depend on watchfiles --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acd4c31..eadc69e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,11 +42,12 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ + "colorama", "sphinx", "starlette>=0.35", "uvicorn>=0.25", + "watchfiles", "websockets>=11.0", - "colorama", ] dynamic = ["version"]