Skip to content

Commit

Permalink
DipDup version
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Dec 21, 2024
1 parent c664fca commit 48fa705
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 95 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update -qy \
build-essential \
# pytezos deps
libsodium-dev libgmp-dev pkg-config \
git \
\
# cleanup \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion bridge_indexer/dipdup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ datasources:

advanced:
reindex:
config_modified: exception
config_modified: ignore
schema_modified: exception
migration: exception

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dependencies = [
"pydantic-settings>=2.7.0",
]

[tool.uv.sources]
dipdup = { git = "https://github.com/dipdup-io/dipdup", branch = "tmp/bridge" }

[dependency-groups]
dev = [
"pytest>=8.3.4",
Expand Down
Loading

0 comments on commit 48fa705

Please sign in to comment.