fix postgres not showing payments

This commit is contained in:
Tiago vasconcelos
2021-08-05 08:57:50 -03:00
committed by fiatjaf
parent 0813adb70d
commit d582ee87e5
4 changed files with 8 additions and 890 deletions
+5 -1
View File
@@ -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 = "*"