diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-02-12 14:52:00 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-02-12 14:52:00 +0200 |
| commit | 6d69d7f19c3014318734e618baff5ba958fe2344 (patch) | |
| tree | 82051fd081b976d4c78829d343cc7cec93db7616 /pyproject.toml | |
| parent | af5b4941705fd08be5e72ad5c06e8a3ab8b50da7 (diff) | |
Implement Sheets and Telegram clients
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index f63b3d8..943ad54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,8 @@ google-api-python-client = "^1.12.8" google-auth-httplib2 = "^0.0.4" google-auth-oauthlib = "^0.4.2" black = "^20.8b1" +python-telegram-bot = "^13.2" +python-dotenv = "^0.15.0" [tool.poetry.dev-dependencies] pytest = "^5.2" |
