Seth0330 commited on
Commit
c005675
·
verified ·
1 Parent(s): ce2b592

Create REQUIREMENTS.TXT

Browse files
Files changed (1) hide show
  1. REQUIREMENTS.TXT +12 -0
REQUIREMENTS.TXT ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.115.5
2
+ uvicorn==0.30.6
3
+ python-multipart==0.0.9
4
+ twilio==9.2.3
5
+ openai>=1.52.0
6
+ Pillow==10.3.0
7
+ requests==2.32.3
8
+ duckduckgo-search==6.2.13
9
+ beautifulsoup4==4.12.3
10
+ httpx==0.27.2
11
+ langchain-core>=0.2.0,<0.3.0
12
+ langchain-openai>=0.1.7,<0.2.0