Nottybro commited on
Commit
d43d1d0
·
verified ·
1 Parent(s): 2e1429f

deploy: requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.115.0
2
+ uvicorn[standard]==0.30.6
3
+ supabase==2.7.4
4
+ google-generativeai==0.7.2
5
+ transformers==4.44.0
6
+ torch==2.4.0
7
+ pydantic==2.8.2
8
+ python-dotenv==1.0.1
9
+ httpx==0.27.0
10
+ huggingface_hub==0.24.0