This commit is contained in:
Joakim Hellsén 2024-05-22 22:22:08 +02:00
commit e8e5e87c07
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
6 changed files with 64 additions and 5 deletions

View file

@ -14,6 +14,8 @@ jinja2 = "^3.1.4"
python-dotenv = "^1.0.1"
python-multipart = "^0.0.9"
reader = "^3.12"
orjson = "^3.10.3"
typer = {extras = ["all"], version = "^0.12.3"}
[tool.poetry.group.dev.dependencies]
ruff = "^0.4.4"