async postgres

add timestamp conversation

pending fixed now

statement

repair conv

remove cleandbsetting
This commit is contained in:
dni ⚡
2024-09-05 12:38:50 +02:00
parent 08ea83c28e
commit 835f56cee6
10 changed files with 156 additions and 102 deletions
+3 -2
View File
@@ -20,7 +20,6 @@ fastapi = "0.112.0"
httpx = "0.27.0"
jinja2 = "3.1.4"
lnurl = "0.5.3"
psycopg2-binary = "2.9.9"
pydantic = "1.10.17"
pyqrcode = "1.2.1"
shortuuid = "1.0.13"
@@ -28,6 +27,9 @@ sse-starlette = "1.8.2"
typing-extensions = "4.12.2"
uvicorn = "0.30.5"
sqlalchemy = "1.4.52"
aiosqlite = "^0.20.0"
asyncpg = "^0.29.0"
sse-starlette = "1.6.5"
uvloop = "0.19.0"
websockets = "11.0.3"
loguru = "0.7.2"
@@ -59,7 +61,6 @@ wallycore = {version = "1.3.0", optional = true}
# needed for breez funding source
breez-sdk = {version = "0.5.2", optional = true}
aiosqlite = "^0.20.0"
[tool.poetry.extras]
breez = ["breez-sdk"]
liquid = ["wallycore"]