mirror of
https://github.com/tomasriveral/ReSSPublica.git
synced 2026-08-11 18:28:38 +02:00
deps: removed unused deps
This commit is contained in:
@@ -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
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user