fix: Add httpx to requirements.txt (needed for OLA Maps traffic integration)
#28
by MouleeswaranM - opened
- brain/requirements.txt +3 -0
brain/requirements.txt
CHANGED
|
@@ -12,6 +12,9 @@ asyncpg==0.29.0
|
|
| 12 |
aiosqlite==0.19.0
|
| 13 |
alembic==1.13.1
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
# Algorithms
|
| 16 |
scikit-learn==1.4.0
|
| 17 |
scipy==1.12.0
|
|
|
|
| 12 |
aiosqlite==0.19.0
|
| 13 |
alembic==1.13.1
|
| 14 |
|
| 15 |
+
# HTTP client (for OLA Maps traffic integration)
|
| 16 |
+
httpx==0.27.0
|
| 17 |
+
|
| 18 |
# Algorithms
|
| 19 |
scikit-learn==1.4.0
|
| 20 |
scipy==1.12.0
|