wip: cache

This commit is contained in:
Jakub Miazek
2024-04-23 19:38:12 +02:00
parent d3a032320c
commit 09674e45de
5 changed files with 271 additions and 76 deletions

View File

@@ -27,6 +27,7 @@ passlib = {version = "^1.7.4", extras = ["bcrypt"]}
polars = "^0.20.18"
python-multipart = "^0.0.9"
fastexcel = "^0.10.2"
fastapi-cache2 = {git = "https://github.com/yoco-tech/fastapi-cache.git", rev = "main"}
[tool.poetry.dev-dependencies]
devtools = { extras = ["pygments"], version = "*" }