initial commit

This commit is contained in:
Oliver Bell
2018-09-22 14:19:44 +01:00
commit 3948e0b316
4 changed files with 380 additions and 0 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
name = "pypi"
verify_ssl = true
url = "https://pypi.org/simple"
[packages]
google-api-python-client = "*"
"oauth2client" = "*"
requests = "*"
"bs4" = "*"
pyjsparser = "*"
[dev-packages]
[requires]
python_version = "3.5"