calendar-booking/pyproject.toml

21 lines
444 B
TOML
Raw Permalink Normal View History

2022-05-12 21:14:54 +00:00
[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"
2022-05-12 22:28:34 +00:00
Flask = ">=2,<3"
pytz = "*"
2022-05-12 21:14:54 +00:00
[tool.poetry.dev-dependencies]
ipykernel = ">=6,<7"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"