funga

Signer and keystore daemon and library for cryptocurrency software development
Log | Files | Refs | README | LICENSE

commit 1e325a7e7137ad2c558822f5448970eeb808f7ad
parent 23a5e8dcd0211857d86d24f8f108719671ea185d
Author: nolash <dev@holbrook.no>
Date:   Tue, 13 Apr 2021 08:26:39 +0200

Reinstate sql requirements file

Diffstat:
Asql_requirements.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sql_requirements.txt b/sql_requirements.txt @@ -0,0 +1,2 @@ +psycopg2==2.8.6 +sqlalchemy==1.3.20