Livrare LOT 1 - Didi
This commit is contained in:
commit
5380c3fc63
990 changed files with 133308 additions and 0 deletions
18
ai_platform/modules/didi_brain/scheduler/requirements.txt
Normal file
18
ai_platform/modules/didi_brain/scheduler/requirements.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue