From e0532f0b767e9ab6d950d19ad6510317b7c6fdfb Mon Sep 17 00:00:00 2001 From: yu23ki14 Date: Wed, 15 Jan 2025 10:39:22 +0900 Subject: [PATCH] use 138 common lib for test --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 7bc5466..953f150 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -61,7 +61,7 @@ dev=[ "httpx", ] prod=[ - "birdxplorer_common @ git+https://github.com/codeforjapan/BirdXplorer.git@main#subdirectory=common", + "birdxplorer_common @ git+https://github.com/codeforjapan/BirdXplorer.git@feature/138#subdirectory=common", "psycopg2", "gunicorn", ]