|
1 | 1 | [project]
|
2 | 2 | name = "dipdup"
|
3 | 3 | description = "Modular framework for creating selective indexers and featureful backends for dapps"
|
4 |
| -version = "8.0.0b3" |
| 4 | +version = "8.0.0b4" |
5 | 5 | license = { text = "MIT" }
|
6 | 6 | authors = [
|
7 | 7 | { name = "Lev Gorodetskii", email = "[email protected]" },
|
@@ -54,7 +54,7 @@ dependencies = [
|
54 | 54 | # NOTE: Core dependencies; keep pinned between major versions.
|
55 | 55 | "datamodel-code-generator~=0.25.7",
|
56 | 56 | "pydantic~=2.7",
|
57 |
| - "tortoise-orm==0.21.4", |
| 57 | + "tortoise-orm==0.21.5", |
58 | 58 | "web3~=6.19",
|
59 | 59 | #
|
60 | 60 | "aiohttp~=3.9",
|
@@ -122,24 +122,6 @@ perf = [
|
122 | 122 | "scalene",
|
123 | 123 | ]
|
124 | 124 |
|
125 |
| -[tool.pdm.scripts] |
126 |
| -help = { cmd = "make", help = "Show this help (default)" } |
127 |
| -all = { cmd = "make all", help = "Run an entire CI pipeline" } |
128 |
| -format = { cmd = "make format", help = "Format with all tools" } |
129 |
| -lint = { cmd = "make lint", help = "Lint with all tools" } |
130 |
| -test = { cmd = "make test", help = "Run tests" } |
131 |
| -black = { cmd = "make black", help = "Format with black" } |
132 |
| -ruff = { cmd = "make ruff", help = "Lint with ruff" } |
133 |
| -mypy = { cmd = "make mypy", help = "Lint with mypy" } |
134 |
| -image = { cmd = "make image", help = "Build Docker image" } |
135 |
| -demos = { cmd = "make demos", help = "Recreate demo projects from templates" } |
136 |
| -docs_build = { cmd = "make docs_build", help = "Build docs" } |
137 |
| -docs_serve = { cmd = "make docs_serve", help = "Build docs and start frontend server" } |
138 |
| -docs_watch = { cmd = "make docs_watch", help = "Build docs and watch for changes" } |
139 |
| -fixme = { cmd = "make fixme", help = "Find FIXME and TODO comments" } |
140 |
| -update = { cmd = "make update", help = "Update dependencies and dump requirements.txt" } |
141 |
| -before_release = { cmd = "make before_release", help = "Prepare for a new release after updating version in pyproject.toml" } |
142 |
| - |
143 | 125 | [tool.pdm.build.targets.wheel]
|
144 | 126 | packages = ["src/dipdup"]
|
145 | 127 |
|
|
0 commit comments