18 lines
459 B
Text
18 lines
459 B
Text
# Scheduler container — feeder + auditor + watcher.
|
|
# Inherits brain_api dependencies (we import brain_api.* directly) plus
|
|
# RSS parsing.
|
|
|
|
# Inherit the brain_api stack
|
|
fastapi>=0.135,<0.140
|
|
uvicorn>=0.44,<0.50
|
|
httpx>=0.28,<0.30
|
|
pydantic>=2.12,<3.0
|
|
pydantic-settings>=2.13,<3.0
|
|
python-dotenv>=1.2,<2.0
|
|
tenacity>=9.1,<10.0
|
|
structlog>=25.5,<26.0
|
|
rich>=14.3,<15.0
|
|
asyncpg>=0.30,<0.32
|
|
|
|
# RSS feed parsing (the only scheduler-specific dep)
|
|
feedparser>=6.0,<7.0
|