itsalissonsilva commited on
Commit
b72e7fc
·
verified ·
1 Parent(s): 91a8376

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,11 +1,15 @@
1
  streamlit
2
  openai
3
  langchain
4
- PyPDF2
5
- docx2txt
6
- python-docx
7
- uuid6
8
  langchain-community
9
  langgraph
 
 
10
  plotly
11
- fpdf
 
 
 
 
 
 
 
1
  streamlit
2
  openai
3
  langchain
 
 
 
 
4
  langchain-community
5
  langgraph
6
+ uuid6
7
+ pydantic
8
  plotly
9
+ pandas
10
+ numpy
11
+ PyPDF2
12
+ docx2txt
13
+ python-docx
14
+ fpdf
15
+ matplotlib