codeboosterstech commited on
Commit
018e21c
·
verified ·
1 Parent(s): ff123a5

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ langchain==0.3.7
3
+ langchain-core==0.3.15
4
+ langchain-community==0.3.5
5
+ langchain-groq==0.2.1
6
+ google-search-results==2.4.2
7
+ python-docx==1.1.2
8
+ pdfplumber==0.11.4
9
+ wikipedia==1.4.0
10
+ pypdf==5.1.0
11
+ pillow==10.4.0
12
+ pydantic==2.9.2
13
+ requests==2.32.3