Skip to content

Commit ee1b6c7

Browse files
build: add asyncpg-recorder as dev dependency
1 parent 50e3cfd commit ee1b6c7

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Repository = "https://github.com/GIScience/ohsome-quality-api"
3737

3838
[dependency-groups]
3939
dev = [
40+
"asyncpg-recorder",
4041
"approvaltests>=14.5.0",
4142
"click>=8.2.0",
4243
"fastapi[standard]>=0.115.12",
@@ -61,6 +62,7 @@ module-root = ""
6162

6263
[tool.uv.sources]
6364
ohsome-filter-to-sql = { git = "https://gitlab.heigit.org/giscience/big-data/ohsome/libs/ohsome-filter-to-sql" }
65+
asyncpg-recorder = { git = "https://github.com/GIScience/asyncpg-recorder.git" }
6466

6567
[tool.ruff.lint]
6668
select = [

uv.lock

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)