[tool.poetry] name = "fabcal" version = "0.0.1" description = "" authors = ["Fabian Müller "] [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