Soumik Bose commited on
Commit
2240a14
·
1 Parent(s): 25ee931
Files changed (1) hide show
  1. requirements.txt +19 -20
requirements.txt CHANGED
@@ -1,27 +1,26 @@
1
- APScheduler
2
- pytz
3
- fastapi
4
- uvicorn
5
- requests
6
- dotenv
7
- twilio
8
  pymongo==4.11.2
9
  psycopg2-binary==2.9.10
10
  pinecone==6.0.2
11
  supabase==2.13.0
12
- pymysql
13
- redis
14
- numpy
15
- pandas
16
- matplotlib
17
- seaborn
18
- statsmodels
19
- scipy
20
- scikit-learn
21
- pytz
22
- python-dateutil
23
- plotly
24
- tabulate
25
  jinja2==3.1.4
26
  openpyxl==3.1.5
27
  wordcloud==1.9.3
 
1
+ APScheduler==3.11.0
2
+ pytz==2024.2
3
+ fastapi==0.115.5
4
+ uvicorn==0.34.0
5
+ requests==2.32.3
6
+ dotenv==0.9.9
7
+ twilio==9.5.2
8
  pymongo==4.11.2
9
  psycopg2-binary==2.9.10
10
  pinecone==6.0.2
11
  supabase==2.13.0
12
+ pymysql==1.1.1
13
+ redis==5.2.1
14
+ numpy==1.26.4
15
+ pandas==1.5.3
16
+ matplotlib==3.9.2
17
+ seaborn==0.13.2
18
+ statsmodels==0.14.1
19
+ scipy==1.14.1
20
+ scikit-learn==1.6.1
21
+ python-dateutil==2.9.0.post0
22
+ plotly==5.24.1
23
+ tabulate==0.9.0
 
24
  jinja2==3.1.4
25
  openpyxl==3.1.5
26
  wordcloud==1.9.3