Files
fg-auto/app/requirements.txt

31 lines
347 B
Plaintext

# Standard library modules (자동 포함, 설치 불필요)
# os
# sys
# time
# subprocess
# tempfile
# hashlib
# datetime
# External packages (pip install 필요)
# 이미지 처리
Pillow
# 데이터베이스
PyMySQL
# FTP
ftputil
# HTTP 요청
requests
# 웹 자동화
selenium
# 환경 변수
python-dotenv
# 웹 프레임워크
flask