From 93c63092d94bc627c3f0931c662915c1a996a007 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 8 Nov 2021 20:42:29 +0100 Subject: [PATCH] Remove SQLAlchemy from the dependencies. It's only used by Aka when sqlite3 is not available, so basically never. And SQLAlchemy probably can't work without sqlite3 anyway. Plus, SQLAlchemy depends on greenlet, which does not support Python 3.11a2 yet: https://github.com/python-greenlet/greenlet/issues/273 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4422b1d11..64d15ec1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pytz python-dateutil python-gnupg feedparser -sqlalchemy PySocks mock cryptography