Begin implementing staged undo system

This commit is contained in:
Xevion
2021-08-25 04:55:10 -05:00
parent 11c63995b9
commit 3f79bc401b
4 changed files with 86 additions and 21 deletions

View File

@@ -12,6 +12,8 @@ google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
dateutil = "*"
python-dateutil = "*"
pytz = "*"
tzlocal = "*"
[requires]
python_version = "3.7"