Skip to content

Commit a8759ab

Browse files
committed
chore: Alphabatize backend dependencies
1 parent a9528df commit a8759ab

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

data/src/Pipfile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
jupyter = "*"
8-
requests = "*"
9-
pandas = "==2.2.2"
7+
esridump = "*"
8+
fiona = "*"
9+
future = "*"
10+
geoalchemy2 ="*"
1011
geopandas = "==1.0.1"
11-
shapely = "*"
12-
matplotlib = "*"
13-
rasterio = "*"
14-
scikit-learn = "*"
12+
google-cloud-storage = "*"
13+
jenkspy = "*"
14+
jupyter = "*"
15+
libpysal = "*"
16+
mapbox = "*"
1517
mapclassify = "*"
16-
fiona = "*"
17-
esridump = "*"
18-
sqlalchemy = "*"
18+
matplotlib = "*"
19+
networkx = "*"
20+
pandas = "==2.2.2"
1921
psycopg2-binary = "*"
20-
mapbox = "*"
21-
google-cloud-storage = "*"
22+
pyarrow = "*"
2223
pydantic = "==2.8.2"
23-
future = "*"
24+
rasterio = "*"
25+
requests = "*"
26+
scikit-learn = "*"
27+
shapely = "*"
2428
slack-sdk = "*"
25-
networkx = "*"
26-
libpysal = "*"
27-
jenkspy = "*"
28-
pyarrow = "*"
29+
sqlalchemy = "*"
2930
tqdm = "*"
30-
geoalchemy2 ="*"
3131

3232
[dev-packages]
3333
pytest = "~=8.3.4"

0 commit comments

Comments
 (0)