Start switching to sqlalchemy

This commit is contained in:
th3r00t
2022-11-11 23:53:13 -05:00
parent 908e5e64b7
commit 3f83b9d3ef
4 changed files with 193 additions and 71 deletions

5
Pipfile vendored
View File

@@ -9,11 +9,12 @@ websockets = "*"
loguru = "*"
pypdf2 = "*"
bs4 = "*"
mobi = "*"
mobi-python = "*"
requests = "*"
psycopg2-binary = "*"
django-debug-toolbar = "*"
sqlalchemy = "*"
mobi-python = "*"
psycopg = "*"
[dev-packages]