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
This commit is contained in:
Valentin Lorentz 2021-11-08 20:42:29 +01:00
parent 417cd7d66f
commit 93c63092d9
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ pytz
python-dateutil
python-gnupg
feedparser
sqlalchemy
PySocks
mock
cryptography