Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[tool.poetry]
|
||||
name = "fabcal"
|
||||
version = "0.0.1"
|
||||
description = ""
|
||||
authors = ["Fabian Müller <fabian@fablab-altmuehlfranken.de>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
icalendar = "^4.0.9"
|
||||
fastapi = "^0.75.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.17.6"}
|
||||
Jinja2 = "^3.1.0"
|
||||
Babel = "^2.9.1"
|
||||
fastapi-cache2 = "^0.1.8"
|
||||
aiohttp = {extras = ["speedups"], version = "^3.8.1"}
|
||||
recurring-ical-events = "^1.0.1-beta.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^22.1.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
Reference in New Issue
Block a user