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

View File

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