From 57569a1a72aff504d1e22433d1d085c5e248a76f Mon Sep 17 00:00:00 2001 From: haxxinen <32751905+haxxinen@users.noreply.github.com> Date: Tue, 7 Jul 2020 10:27:59 +0200 Subject: [PATCH] Python3 support for pysqlcipher. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5c93b5a..32912cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ IPy pysnmp pyasn1 #pysqlcipher # no python3 compatibility +pysqlcipher3