File size: 260 Bytes
2846658
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Streamlit
streamlit~=1.32.2
streamlit-modal==0.1.2
streamlit-authenticator==0.3.2
streamlit-pdf-viewer==0.0.9

# LLM
haystack-ai~=2.0.0
sentence_transformers~=2.6.0

# Utils
pandas~=2.2.1
pypdf~=4.2.0
pytest~=8.1.1
python-dotenv~=1.0.1

# Dev Utils
watchdog