blob: 0082aea934efacff2de6152b0580e66bd464af9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[tool.poetry]
name = "hommaexceli-py"
version = "0.1.0"
description = ""
authors = ["Jan Tuomi <jans.tuomi@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
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"
oauth2client = "^4.1.3"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|