From 76c678b215588c1b0df607c9893f390879693d1e Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Mon, 26 Dec 2022 05:57:45 -0500 Subject: [PATCH] fix tinysql optional deps --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0eae000..7a5b5ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ aputils@https://git.barkshark.xyz/barkshark/aputils/archive/0.1.3.tar.gz cachetools>=5.2.0 click>=8.1.2 pyyaml>=6.0 -tinysql[postgres,mysql]@https://git.barkshark.xyz/barkshark/tinysql/archive/0.1.0.tar.gz +tinysql[all]@https://git.barkshark.xyz/barkshark/tinysql/archive/0.1.0.tar.gz