forked from remi/calendar-booking
Install dependencies
This commit is contained in:
commit
d1aa270f8c
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,18 @@
|
|||
[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"
|
Loading…
Reference in New Issue