AIMLxDIV commited on
Commit
44bfa95
·
1 Parent(s): ec2f5d8

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi==0.109.0
2
+ uvicorn==0.27.0
3
+ pydantic==2.6.1
4
+ pytest==8.0.0
5
+ requests==2.31.0
6
+ websockets==12.0
7
+ httpx