Files
fgtools/requirements.txt

63 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