Initial commit
This commit is contained in:
commit
c3ed683577
9 changed files with 505 additions and 0 deletions
14
Pipfile
Normal file
14
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue