Fix: Add missing dependency sse-starlette
Browse files- backend/pyproject.toml +1 -0
- backend/requirements.txt +1 -0
backend/pyproject.toml
CHANGED
|
@@ -22,6 +22,7 @@ scikit-learn = "^1.3.0"
|
|
| 22 |
numpy = "^1.26.0"
|
| 23 |
python-dotenv = "^1.0.0"
|
| 24 |
shapely = "^2.0.0"
|
|
|
|
| 25 |
|
| 26 |
[tool.poetry.dev-dependencies]
|
| 27 |
pytest = "^8.0.0"
|
|
|
|
| 22 |
numpy = "^1.26.0"
|
| 23 |
python-dotenv = "^1.0.0"
|
| 24 |
shapely = "^2.0.0"
|
| 25 |
+
sse-starlette = "^1.8.2"
|
| 26 |
|
| 27 |
[tool.poetry.dev-dependencies]
|
| 28 |
pytest = "^8.0.0"
|
backend/requirements.txt
CHANGED
|
@@ -16,3 +16,4 @@ python-dotenv>=1.0.0
|
|
| 16 |
shapely>=2.0.0
|
| 17 |
geopandas>=0.14.0
|
| 18 |
requests>=2.31.0
|
|
|
|
|
|
| 16 |
shapely>=2.0.0
|
| 17 |
geopandas>=0.14.0
|
| 18 |
requests>=2.31.0
|
| 19 |
+
sse-starlette>=1.8.2
|