thisisdev commited on
Commit
0d76299
·
verified ·
1 Parent(s): a5aa207

requirements updated

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -3
requirements.txt CHANGED
@@ -1,3 +1,13 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ phidata
3
+ agno
4
+ streamlit==1.40.2
5
+ PyPDF2==3.0.1
6
+ streamlit-pdf-viewer==0.0.19
7
+ requests==2.32.3
8
+ pytz==2023.4
9
+ typing-extensions>=4.9.0
10
+
11
+ # Optional but recommended
12
+ black>=24.1.1 # for code formatting
13
+ python-dateutil>=2.8.2 # for date parsing