[tool.poetry] name = "hommaexceli-py" version = "0.1.0" description = "" authors = ["Jan Tuomi "] [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"