From 7c2b09753d04ee23a4a6bafb5c9cf436b0a8e4f3 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Tue, 14 Apr 2026 09:21:11 -0400 Subject: [PATCH] Add backend/requirements.txt --- backend/requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backend/requirements.txt diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 0000000..4b8eca1 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,10 @@ +fastapi==0.104.1 +uvicorn[standard]==0.24.0 +pydantic==2.5.0 +pydantic-settings==2.1.0 +psutil==5.9.6 +websockets==12.0 +pytest==7.4.3 +pytest-asyncio==0.21.1 +python-dotenv==1.0.0 +aiohttp==3.9.1