Add Postgres support with psycopg2

This commit is contained in:
Logan Williams
2022-03-31 08:14:08 +02:00
parent cff1953d21
commit 61c99d33f6
2 changed files with 17 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ instaloader = "*"
gspread = "*"
cryptg = "*"
gabber = {git = "https://github.com/stanfordio/gabber.git"}
psycopg2-binary = "*"
[dev-packages]
pytest = "*"