Merge pull request #3327 from jonathan-rohde/feat/sqlalchemy-instead-of-peewee

BREAKING CHANGE/sqlalchemy instead of peewee
This commit is contained in:
Timothy Jaeryang Baek
2024-07-02 16:40:13 -07:00
committed by GitHub
60 changed files with 2217 additions and 2106 deletions

View File

@@ -12,8 +12,10 @@ passlib[bcrypt]==1.7.4
requests==2.32.3
aiohttp==3.9.5
peewee==3.17.5
peewee-migrate==1.12.2
sqlalchemy==2.0.30
alembic==1.13.1
# peewee==3.17.5
# peewee-migrate==1.12.2
psycopg2-binary==2.9.9
PyMySQL==1.1.1
bcrypt==4.1.3
@@ -67,4 +69,9 @@ pytube==15.0.0
extract_msg
pydub
duckduckgo-search~=6.1.7
duckduckgo-search~=6.1.7
## Tests
docker~=7.1.0
pytest~=8.2.1
pytest-docker~=3.1.1