Skip to content

Commit

Permalink
fix: conflict in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
sujanadh committed Oct 9, 2023
1 parent 8bd5fe2 commit 3b0ee0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ dependencies = [
"qrcode==7.4.2",
"xmltodict==0.13.0",
"segno==1.5.2",
"osm-fieldwork==0.3.6rc1",
"osm-rawdata==0.1.2rc0",
"sentry-sdk==1.30.0",
"py-cpuinfo==9.0.0",
"loguru>=0.7.0",
"osm-login-python @ git+https://github.com/hotosm/osm-login-python",
"osm-fieldwork==0.3.6rc1",
"osm-rawdata==0.1.2rc0",
]
requires-python = ">=3.10,<3.12"
readme = "../../README.md"
Expand Down

0 comments on commit 3b0ee0e

Please sign in to comment.