mirror of
https://github.com/tomasriveral/ReSSPublica.git
synced 2026-08-12 02:38:37 +02:00
deps: removed unused deps
This commit is contained in:
@@ -25,13 +25,10 @@
|
|||||||
tinydb
|
tinydb
|
||||||
pandas
|
pandas
|
||||||
geopandas
|
geopandas
|
||||||
pyarrow
|
|
||||||
fiona
|
|
||||||
pyproj
|
|
||||||
shapely
|
shapely
|
||||||
numpy
|
numpy
|
||||||
|
pyarrow
|
||||||
matplotlib
|
matplotlib
|
||||||
pyogrio
|
|
||||||
pycurl
|
pycurl
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
];
|
];
|
||||||
@@ -56,13 +53,10 @@
|
|||||||
tinydb
|
tinydb
|
||||||
pandas
|
pandas
|
||||||
geopandas
|
geopandas
|
||||||
pyarrow
|
|
||||||
fiona
|
|
||||||
pyproj
|
|
||||||
shapely
|
shapely
|
||||||
numpy
|
numpy
|
||||||
|
pyarrow
|
||||||
matplotlib
|
matplotlib
|
||||||
pyogrio
|
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
pycurl
|
pycurl
|
||||||
];
|
];
|
||||||
|
|||||||
+2
-5
@@ -13,13 +13,10 @@ dependencies = [
|
|||||||
"tinydb",
|
"tinydb",
|
||||||
"pandas",
|
"pandas",
|
||||||
"geopandas",
|
"geopandas",
|
||||||
"pyarrow",
|
|
||||||
"fiona",
|
|
||||||
"pyproj",
|
|
||||||
"shapely",
|
"shapely",
|
||||||
"numpy",
|
"numpy", #dep for panda
|
||||||
|
"pyarrow", #dep for parquet
|
||||||
"matplotlib",
|
"matplotlib",
|
||||||
"pyogrio",
|
|
||||||
"beautifulsoup4",
|
"beautifulsoup4",
|
||||||
"pycurl"
|
"pycurl"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user