deps: removed unused deps

This commit is contained in:
2026-06-16 22:35:37 +02:00
parent 344db97fa7
commit 9a28cef34b
2 changed files with 4 additions and 13 deletions
+2 -8
View File
@@ -25,13 +25,10 @@
tinydb
pandas
geopandas
pyarrow
fiona
pyproj
shapely
numpy
pyarrow
matplotlib
pyogrio
pycurl
beautifulsoup4
];
@@ -56,13 +53,10 @@
tinydb
pandas
geopandas
pyarrow
fiona
pyproj
shapely
numpy
pyarrow
matplotlib
pyogrio
beautifulsoup4
pycurl
];
+2 -5
View File
@@ -13,13 +13,10 @@ dependencies = [
"tinydb",
"pandas",
"geopandas",
"pyarrow",
"fiona",
"pyproj",
"shapely",
"numpy",
"numpy", #dep for panda
"pyarrow", #dep for parquet
"matplotlib",
"pyogrio",
"beautifulsoup4",
"pycurl"
]