async postgres
add timestamp conversation pending fixed now statement repair conv remove cleandbsetting
This commit is contained in:
+3
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user