Migrate to SQLAlchemy for storage
This commit is contained in:
parent
860a083405
commit
208ccec0b6
2 changed files with 120 additions and 27 deletions
|
@ -3,6 +3,7 @@ blurhash==1.1.4
|
|||
certifi==2023.11.17
|
||||
charset-normalizer==3.3.2
|
||||
decorator==5.1.1
|
||||
greenlet==3.0.3
|
||||
idna==3.6
|
||||
Mastodon.py==1.8.1
|
||||
python-dateutil==2.8.2
|
||||
|
@ -11,4 +12,6 @@ PyYAML==6.0.1
|
|||
requests==2.31.0
|
||||
six==1.16.0
|
||||
soupsieve==2.5
|
||||
SQLAlchemy==2.0.25
|
||||
typing_extensions==4.9.0
|
||||
urllib3==2.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue