From f2baf7f9f927e4e4def2879fc5348d8c305cdb11 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Tue, 30 Jan 2024 07:34:49 -0500 Subject: [PATCH] update tinysql to 0.2.3 (fixes postgres support) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43bea12..3fb5e40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ aputils@https://git.barkshark.xyz/barkshark/aputils/archive/0.1.6a.tar.gz cachetools>=5.2.0 click>=8.1.2 pyyaml>=6.0 -tinysql@https://git.barkshark.xyz/barkshark/tinysql/archive/0.2.2a.tar.gz +tinysql[postgres]@https://git.barkshark.xyz/barkshark/tinysql/archive/0.2.3.tar.gz importlib_resources==6.1.1;python_version<'3.9'