Skip to content

Commit

Permalink
Merge pull request #59 from codeforjapan/fix/issue-58-birdxplorer-com…
Browse files Browse the repository at this point in the history
…mon-url

各パッケージでmainブランチの`common`を使う
  • Loading branch information
osoken authored May 16, 2024
2 parents 6640c6e + 0a6bc7a commit 893a2b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]

dependencies = [
"birdxplorer_common @ git+https://github.com/codeforjapan/BirdXplorer.git@feature/issue-53-divide-python-packages#subdirectory=common",
"birdxplorer_common @ git+https://github.com/codeforjapan/BirdXplorer.git@main#subdirectory=common",
"fastapi",
"python-dateutil",
"pydantic",
Expand Down
8 changes: 4 additions & 4 deletions etl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
{name = "osoken"},
]
dynamic = [
"version",
"version",
]
readme = "../README.md"
license = {file = "../LICENSE"}
Expand All @@ -25,7 +25,7 @@ classifiers = [
]

dependencies = [
"birdxplorer_common @ git+https://github.com/codeforjapan/BirdXplorer.git@feature/issue-53-divide-python-packages#subdirectory=common",
"birdxplorer_common @ git+https://github.com/codeforjapan/BirdXplorer.git@main#subdirectory=common",
]

[project.urls]
Expand Down Expand Up @@ -96,12 +96,12 @@ legacy_tox_ini = """
envlist = py310
[testenv]
setenv =
setenv =
VIRTUALENV_PIP = 24.0
DATA_DIR = {env:BX_DATA_DIR}
deps =
-e .[dev]
commands =
commands =
black birdxplorer_etl tests
isort birdxplorer_etl tests
pytest
Expand Down

0 comments on commit 893a2b1

Please sign in to comment.