Add backend/requirements.txt
This commit is contained in:
parent
30b14165ba
commit
7c2b09753d
1 changed files with 10 additions and 0 deletions
10
backend/requirements.txt
Normal file
10
backend/requirements.txt
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue