Add proper table rendering and populating from API

This commit is contained in:
Xevion
2021-08-25 04:14:24 -05:00
parent 00223241ea
commit 11c63995b9
4 changed files with 73 additions and 17 deletions

View File

@@ -10,6 +10,8 @@ pyqt5 = "*"
google-api-python-client = "*"
google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
dateutil = "*"
python-dateutil = "*"
[requires]
python_version = "3.7"