- RSS/Atom 피드 구독 및 관리 서비스 구현 - 자동 업데이트 스케줄러 포함 (기본 15분 주기) - 피드 엔트리 읽음/별표 상태 관리 - 카테고리별 분류 기능 - OPML 내보내기 지원 - MongoDB 데이터 저장, Redis 캐싱 - Docker 컨테이너 구성 (포트 8017) 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
feedparser==6.0.11
|
|
httpx==0.26.0
|
|
pymongo==4.6.1
|
|
motor==3.3.2
|
|
redis==5.0.1
|
|
python-dateutil==2.8.2
|
|
beautifulsoup4==4.12.3
|
|
lxml==5.1.0
|
|
apscheduler==3.10.4
|
|
pytz==2024.1 |