mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-03 16:14:10 +01:00
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:
parent
417cd7d66f
commit
93c63092d9
@ -4,7 +4,6 @@ pytz
|
||||
python-dateutil
|
||||
python-gnupg
|
||||
feedparser
|
||||
sqlalchemy
|
||||
PySocks
|
||||
mock
|
||||
cryptography
|
||||
|
Loading…
Reference in New Issue
Block a user