feat: add support for using postgres for the backend DB

This commit is contained in:
Jun Siang Cheah
2024-04-24 18:10:18 +01:00
parent f8f9f27ae8
commit e91a49c455
15 changed files with 329 additions and 18 deletions

View File

@@ -15,6 +15,8 @@ requests
aiohttp
peewee
peewee-migrate
psycopg2-binary
pymysql
bcrypt
litellm==1.35.17