Initial commit

This commit is contained in:
Jeena 2021-08-06 04:43:12 +02:00
commit c3ed683577
9 changed files with 505 additions and 0 deletions

14
Pipfile Normal file
View file

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
google-auth-oauthlib = "*"
psycopg2-binary = "*"
google-api-python-client = "*"
[dev-packages]
[requires]
python_version = "3.7"