2022-10-07 23:50:20 +00:00
|
|
|
[tool.poetry]
|
|
|
|
authors = [
|
2022-10-08 00:18:16 +00:00
|
|
|
"Jörn-Michael Miehe <jmm@yavook.de>",
|
|
|
|
"Penner42 <unbekannt42@web.de>",
|
2022-10-07 23:50:20 +00:00
|
|
|
]
|
2022-10-08 00:18:16 +00:00
|
|
|
description = ""
|
2022-10-07 23:50:20 +00:00
|
|
|
license = "MIT"
|
2022-10-08 00:18:16 +00:00
|
|
|
name = "advent22_api"
|
|
|
|
version = "0.1.0"
|
2022-10-07 23:50:20 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-09-03 15:55:49 +00:00
|
|
|
Pillow = "^10.0.0"
|
2022-10-27 23:32:45 +00:00
|
|
|
async-cache = "^1.1.1"
|
2023-09-03 15:55:49 +00:00
|
|
|
fastapi = "^0.103.1"
|
|
|
|
numpy = "^1.25.2"
|
|
|
|
python = "^3.11"
|
2022-11-04 18:49:31 +00:00
|
|
|
tomli = "^2.0.1"
|
2023-09-03 15:55:49 +00:00
|
|
|
uvicorn = {extras = ["standard"], version = "^0.23.2"}
|
|
|
|
webdavclient3 = "^3.14.6"
|
|
|
|
pydantic-settings = "^2.0.3"
|
2022-10-07 23:50:20 +00:00
|
|
|
|
2022-11-29 22:51:37 +00:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
2023-09-03 15:55:49 +00:00
|
|
|
flake8 = "^6.1.0"
|
2022-11-29 22:51:37 +00:00
|
|
|
|
2022-10-07 23:50:20 +00:00
|
|
|
[build-system]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
2022-10-08 00:18:16 +00:00
|
|
|
requires = ["poetry-core>=1.0.0"]
|