Files
fgtools/requirements.txt
KWON dd9564a326 feat: add feature enable/disable flags for notification platforms
- Add MATTERMOST_ENABLED, TELEGRAM_ENABLED, SYNOLOGY_ENABLED, NOTION_ENABLED, GA4_ENABLED flags
- Skip disabled platforms in message_sender.py
- Comment out unused config variables in .env.sample
- Add .vscode settings for virtual environment debugging
2025-12-31 10:20:17 +09:00

64 lines
1.4 KiB
Plaintext

# ===================================================================
# requirements.txt
# FGTools ?듯빀 ?꾨줈?앺듃 ?섏〈??
# ===================================================================
# 紐⑤뱺 ?쒕퉬?ㅼ뿉???ъ슜?섎뒗 ?⑦궎吏€?ㅼ쓽 ?듯빀 紐⑸줉?낅땲??
# pip install -r requirements.txt
# ===================================================================
# ===== Web Framework =====
flask>=3.0.0
# ===== Database =====
sqlalchemy>=2.0.23
pymysql>=1.1.0
# ===== HTTP & API =====
requests>=2.31.0
urllib3>=1.26.0
# ===== Data Processing =====
pandas>=2.1.3
openpyxl>=3.1.2
xlrd>=2.0.1
# ===== Configuration =====
pyyaml>=6.0.1
python-dotenv>=1.0.0
# ===== Date & Time =====
pytz>=2023.3
python-dateutil>=2.8.2
# ===== Google Analytics =====
google-analytics-data>=0.18.5
# ===== Forecasting (Optional) =====
# 諛⑸Ц媛??덉륫 湲곕뒫 ?ъ슜 ???ㅼ튂
# prophet>=1.1.5
# statsmodels>=0.14.0
# scikit-learn>=1.3.2
# ===== Visualization (Optional) =====
# ?곗씠???쒓컖???ъ슜 ???ㅼ튂
# matplotlib>=3.8.2
# ===== Web Automation (Optional) =====
# ?좎뵪 罹≪쿂 湲곕뒫 ?ъ슜 ???ㅼ튂
# selenium>=4.0.0
# pillow>=10.0.0
# ===== FTP (Optional) =====
# ?뚯씪 ?낅줈??湲곕뒫 ?ъ슜 ???ㅼ튂
# ftputil>=5.0.0
# ===== GUI (Optional) =====
# GUI ?꾧뎄 ?ъ슜 ???ㅼ튂
# customtkinter>=5.2.0
# tkcalendar>=1.6.1
# ===== Utilities =====
tabulate>=0.9.0
watchdog>=3.0.0