Updated poetry dependencies
This commit is contained in:
@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user