Skip to content

Commit be4c0d6

Browse files
committed
clean up deps
1 parent e9bb132 commit be4c0d6

5 files changed

+22
-257
lines changed

package-lock.json

+1-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"immer": "^10.1.1",
88
"maplibre-gl": "^4.3.2",
99
"react": "^18.3.1",
10-
"react-map-gl": "^7.1.7",
11-
"swr": "^2.2.5"
10+
"react-map-gl": "^7.1.7"
1211
},
1312
"volta": {
1413
"node": "20.14.0",

pyproject.toml

+7-11
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,29 @@ authors = [
66
{ name = "Gabe Joseph", email = "[email protected]" }
77
]
88
dependencies = [
9-
"rio-tiler>=6.6.1",
10-
"rio-viz>=0.12.2",
11-
"pystac-client>=0.8.2",
12-
"planetary-computer>=1.0.0",
139
"numpy>=1.26.4",
1410
"xarray>=2024.5.0",
1511
"attrs>=23.2.0",
1612
"odc-geo>=0.4.5",
17-
"morecantile>=5.3.0",
1813
"fastapi>=0.111.0",
1914
"pydantic>=2.7.2",
2015
"hypercorn>=0.17.3",
21-
"odc-stac>=0.3.9",
22-
"geocube>=0.5.2",
23-
"stackstac[viz]>=0.5.0",
2416
"matplotlib>=3.9.0",
2517
"diskcache>=5.6.3",
2618
"cryptography>=42.0.8",
2719
"watchfiles>=0.22.0",
2820
"trio>=0.25.1",
2921
"websockets>=12.0",
3022
"anyio>=4.4.0",
31-
"uvicorn[standard]>=0.30.1",
32-
"gunicorn>=22.0.0",
3323
"sse-starlette>=2.1.0",
3424
"cloudpickle>=3.0.0",
3525
"geopy>=2.4.1",
3626
"trio-parallel>=1.2.2",
3727
"typer>=0.12.3",
28+
"stackstac[viz]>=0.5.0",
3829
]
3930
readme = "README.md"
40-
requires-python = ">= 3.8"
31+
requires-python = ">= 3.11"
4132

4233
[project.scripts]
4334
fused-local = "fused_local.serve:cli"
@@ -55,6 +46,11 @@ dev-dependencies = [
5546
"pytest>=8.2.2",
5647
"httpx>=0.27.0",
5748
"uvicorn>=0.30.1",
49+
"pystac-client>=0.8.2",
50+
"planetary-computer>=1.0.0",
51+
"odc-stac>=0.3.9",
52+
"geocube>=0.5.2",
53+
"gunicorn>=22.0.0",
5854
]
5955

6056
[tool.rye.scripts]

0 commit comments

Comments
 (0)