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", ]