Commit bb6b109
committed
fix(deps): regenerate requirements.txt to include redis
redis>=5.0.0 was added to pyproject.toml and uv.lock but requirements.txt
was never regenerated. The Dockerfile installs deps from requirements.txt,
so redis was absent from the Docker image, causing a ModuleNotFoundError
at runtime when REDIS_HOST_PORT is set.1 parent 63bb4d5 commit bb6b109
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
311 | 314 | | |
312 | 315 | | |
313 | 316 | | |
| |||
0 commit comments