From 3391749800f9858091e205753da33145542f9a2f Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Sun, 18 Feb 2024 09:01:26 -0500 Subject: [PATCH] use main branch of tinysql --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 88b32e5..46a6a9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ gunicorn==21.1.0 hiredis==2.3.2 pyyaml>=6.0 redis==5.0.1 -tinysql[postgres]@https://git.barkshark.xyz/barkshark/tinysql/archive/f8db814084dded0a46bd3a9576e09fca860f2166.tar.gz +tinysql[postgres]@https://git.barkshark.xyz/barkshark/tinysql/archive/main.tar.gz importlib_resources==6.1.1;python_version<'3.9'