Skip to content

Commit

Permalink
build(backend): add async-lru dep, remove cpuinfo dep
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 8, 2024
1 parent ec06348 commit a7dac09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion src/backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies = [
"geojson==3.1.0",
"shapely==2.0.2",
"pyxform==2.0.2",
"py-cpuinfo==9.0.0",
"loguru==0.7.2",
"minio==7.2.0",
"pyproj==3.6.1",
Expand All @@ -46,6 +45,7 @@ dependencies = [
"cryptography>=42.0.1",
"defusedxml>=0.7.1",
"pyjwt>=2.8.0",
"async-lru>=2.0.4",
"osm-login-python==1.0.3",
"osm-fieldwork==0.12.4",
"osm-rawdata==0.3.0",
Expand Down

0 comments on commit a7dac09

Please sign in to comment.