From a23705327ad9a7fd67b63a080635d936af329665 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 24 Nov 2020 17:56:22 -0800 Subject: [PATCH] add missing comma... this causes issue as they get concatenated together --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb24e13..8c7710c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( 'httpx', 'hypercorn', # option, for server only? 'pydantic[dotenv]', - 'aiokq @ git+https://www.funkthat.com/gitea/jmg/aiokq.git' + 'aiokq @ git+https://www.funkthat.com/gitea/jmg/aiokq.git', 'orm', 'databases[sqlite]', ],