omgy commited on
Commit
2025fbd
·
verified ·
1 Parent(s): 3988a77

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.95.2
2
+ uvicorn[standard]==0.22.0
3
+ httpx==0.24.1
4
+ requests==2.31.0
5
+ python-dotenv==1.0.0
6
+ supabase==1.0.2
7
+ google-generative-ai==0.4.0 # if library API changes, update accordingly
8
+ python-multipart==0.0.6