From cdd2827dcaebb2ea4f2ae59dfd43c72fd7c05e8f Mon Sep 17 00:00:00 2001 From: Bryce Shurts Date: Sat, 22 Mar 2025 20:31:15 -0500 Subject: [PATCH] Fix broken version stapling syntax on watchfiles Adjusts the watchfiles stapling to use == instead of = --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7a328d..6618feb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ python-multipart==0.0.6 # API and Communication requests==2.31.0 python-dotenv==1.0.0 -watchfiles=1.0.4 +watchfiles==1.0.4 # Audio Processing numpy==1.24.0