Add psycopg2-binary to Pipfile, setup main.py

This commit is contained in:
2023-04-23 08:54:52 -05:00
parent c32554a4e9
commit 97d563902c
3 changed files with 109 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
psycopg2-binary = "*"
[dev-packages]
[requires]
python_version = "3.10"