Jashan1 commited on
Commit
7ac6cbc
1 Parent(s): a8b16c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
  pip==24.2
2
- pip install streamlit
3
- pip install openai
4
- pip install PyPDF2
5
- pip install python-dotenv
6
- pip install streamlit-extras
7
- pip install requests
8
- pip install pandas
9
- pip install st-aggrid
10
- pip install aiohttp
 
1
  pip==24.2
2
+ streamlit==1.39.0
3
+ openai==0.29.0
4
+ PyPDF2==3.0.1
5
+ streamlit-extras==0.5.0
6
+ requests==2.32.3
7
+ pandas==2.2.3
8
+ st-aggrid==1.0.5
9
+ aiohttp==3.10.10