From 31369f085203fde76514beb7e7404d674fcb9632 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:53:55 +1300 Subject: [PATCH] scale back asyncio ambitions I've removed the psycogreen monkey-patching for async DB access - too many connection problems The gevent monkey-patch remains for now --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56d82755..1fa7cb18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,4 +34,3 @@ sentry-sdk==1.40.6 python-slugify==8.0.4 furl==2.1.3 gevent -psycogreen