From 8a20b779dfeeba3b3258029542b62cbc29747bca Mon Sep 17 00:00:00 2001 From: mrbitcoiner <91642036+mrbitcoiner@users.noreply.github.com> Date: Wed, 22 Jun 2022 10:37:14 -0300 Subject: [PATCH] Fixed psycopg2 error on aarch64 (#658) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b84e4ab6e..4062bc25d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ lnurl==0.3.6 markupsafe==2.0.1 marshmallow==3.13.0 outcome==1.1.0 -psycopg2-binary==2.9.1 +psycopg2==2.9.3 pycryptodomex==3.14.1 pydantic==1.8.2 pypng==0.0.21