Initial Commit

This commit is contained in:
Xevion
2021-08-25 02:30:10 -05:00
commit 14ddde9fec
9 changed files with 673 additions and 0 deletions

15
Pipfile Normal file
View File

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