diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..f63b3d8 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,19 @@ +[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" + +[tool.poetry.dev-dependencies] +pytest = "^5.2" + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" |
