From 3907620f24423fdaef0a95f68688a5061cfbb1c4 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Wed, 14 Dec 2022 03:28:50 -0500 Subject: [PATCH] add missing imports for tinysql --- relay.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/relay.spec b/relay.spec index c21a829..7bc47c4 100644 --- a/relay.spec +++ b/relay.spec @@ -14,7 +14,15 @@ a = Analysis( 'aputils.errors', 'aputils.misc', 'aputils.objects', - 'aputils.signer' + 'aputils.signer', + + 'tinysql.base', + 'tinysql.database', + 'tinysql.error', + 'tinysql.mysql', + 'tinysql.postgresql', + 'tinysql.sqlite', + 'tinysql.statement' ], hookspath=[], hooksconfig={},