diff --git a/setup.py b/setup.py index aac1546..4b44ae0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="tod0", - version="0.6.1", + version="0.6.4", author="kiblee", author_email="kiblee@pm.me", packages=find_packages(), @@ -15,6 +15,7 @@ "requests", "requests_oauthlib", "tzlocal", + "pytz", ], include_package_data=True, entry_points=""" diff --git a/todocli/graphapi/__init__.py b/todocli/graphapi/__init__.py new file mode 100644 index 0000000..e69de29