19 lines
416 B
TOML
19 lines
416 B
TOML
|
[tool.poetry]
|
||
|
name = "calendar-booking"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Remi Rampin <remi@rampin.org>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.8"
|
||
|
google-api-python-client = ">=2,<3"
|
||
|
google-auth-httplib2 = ">=0.1,<0.2"
|
||
|
google-auth-oauthlib = ">=0.5,<0.6"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
ipykernel = ">=6,<7"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|