Updated poetry dependencies

This commit is contained in:
2022-05-21 17:36:34 +02:00
parent 56c703283b
commit b951d8d736
2 changed files with 223 additions and 35 deletions

View File

@ -1,16 +1,16 @@
[tool.poetry]
name = "traefik-manager"
name = "traefik-confman"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["Nick <nick@nophix.eu>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.77.1"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
strawberry-graphql = "^0.111.2"
loguru = "^0.6.0"
strawberry-graphql = "^0.113.0"
SQLAlchemy = {extras = ["mypy"], version = "^1.4.36"}
[tool.poetry.dev-dependencies]