Converted to ORM based on sqlalchemy

This commit is contained in:
th3r00t
2022-11-13 00:55:50 -05:00
parent d2dff3833a
commit fdf7a94061
8 changed files with 253 additions and 203 deletions

4
Pipfile vendored
View File

@@ -11,9 +11,11 @@ pypdf2 = "*"
bs4 = "*"
requests = "*"
psycopg2-binary = "*"
sqlalchemy = "*"
mobi-python = "*"
psycopg = "*"
lxml = "*"
"sqlalchemy.orm" = "*"
sqlalchemy = "==2.0.0b3"
[dev-packages]