fix postgres not showing payments
This commit is contained in:
committed by
fiatjaf
parent
0813adb70d
commit
d582ee87e5
@@ -21,12 +21,12 @@ typing-extensions = "*"
|
||||
httpx = "*"
|
||||
quart-trio = "*"
|
||||
trio = "==0.16.0"
|
||||
hypercorn = {extras = ["trio"], version = "*"}
|
||||
sqlalchemy-aio = "*"
|
||||
embit = "*"
|
||||
pyqrcode = "*"
|
||||
pypng = "*"
|
||||
sqlalchemy = "==1.3.23"
|
||||
psycopg2-binary = "*"
|
||||
|
||||
[dev-packages]
|
||||
black = "==20.8b1"
|
||||
@@ -35,3 +35,7 @@ pytest-cov = "*"
|
||||
mypy = "latest"
|
||||
pytest-trio = "*"
|
||||
trio-typing = "*"
|
||||
|
||||
[packages.hypercorn]
|
||||
extras = [ "trio",]
|
||||
version = "*"
|
||||
|
||||
Reference in New Issue
Block a user