bhoomika19 commited on
Commit
83d4f59
·
verified ·
1 Parent(s): 42f36d0

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Dependencies
2
+ anthropic==0.67.0
3
+ fuzzywuzzy==0.18.0
4
+ python-Levenshtein==0.27.1
5
+ supabase==2.8.0
6
+ python-dotenv==1.0.0
7
+
8
+ # FastAPI and Web Server
9
+ fastapi==0.104.1
10
+ uvicorn[standard]==0.24.0
11
+ pydantic==2.5.0
12
+
13
+ # Additional useful packages
14
+ requests>=2.31.0
15
+ typing-extensions>=4.8.0