This commit is contained in:
Shroominic
2025-08-01 12:41:33 -03:00
parent ee38d0011c
commit 90f8fb6a0d
3 changed files with 1275 additions and 650 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ RUN apk add git
COPY uv.lock pyproject.toml ./
RUN uv sync
RUN uv add git+https://github.com/saschanaz/secp256k1-py.git#branch=upgrade060
# RUN uv sync
WORKDIR /app
+5 -1
View File
@@ -7,11 +7,12 @@ requires-python = ">=3.11"
dependencies = [
"fastapi[standard]>=0.115",
"aiosqlite>=0.20",
"sixty-nuts>=0.1.4",
"sqlmodel>=0.0.24",
"httpx[socks]>=0.25.2",
"greenlet>=3.2.1",
"python-json-logger>=2.0.0",
"cashu",
"secp256k1",
]
[dependency-groups]
@@ -58,3 +59,6 @@ check_untyped_defs = true
disallow_untyped_calls = true
disallow_incomplete_defs = true
disallow_untyped_decorators = true
[tool.uv.sources]
secp256k1 = { git = "https://github.com/saschanaz/secp256k1-py", branch = "upgrade060" }
Generated
+1268 -648
View File
File diff suppressed because it is too large Load Diff