-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (31 loc) · 832 Bytes
/
requirements.txt
File metadata and controls
41 lines (31 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Core dependencies
pandas>=2.0.0
numpy>=1.24.0
# HTTP requests for webhooks
requests>=2.31.0
# Date/time handling
python-dateutil>=2.8.2
# Optional: For enhanced functionality
# Uncomment if needed
# Data visualization (if adding charts to dashboards)
# matplotlib>=3.7.0
# seaborn>=0.12.0
# Advanced sentiment analysis (if replacing manual sentiment)
# textblob>=0.17.1
# vaderSentiment>=3.3.2
# transformers>=4.30.0
# Database support (if storing data in DB)
# sqlalchemy>=2.0.0
# psycopg2-binary>=2.9.0 # PostgreSQL
# pymongo>=4.3.0 # MongoDB
# Excel file support (if importing from Excel)
# openpyxl>=3.1.0
# xlrd>=2.0.1
# Scheduling (for automated monitoring)
# schedule>=1.2.0
# apscheduler>=3.10.0
# Logging enhancements
# python-json-logger>=2.0.0
# Testing (for development)
# pytest>=7.4.0
# pytest-cov>=4.1.0