mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Merge pull request #3327 from jonathan-rohde/feat/sqlalchemy-instead-of-peewee
BREAKING CHANGE/sqlalchemy instead of peewee
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user