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