Improve caching

This commit is contained in:
Thomas Sileo
2022-06-30 09:25:13 +02:00
parent d371e3cd4f
commit 6458d2a6c7
6 changed files with 87 additions and 24 deletions

View File

@@ -40,6 +40,7 @@ emoji = "^1.7.0"
PyLD = "^2.0.3"
aiosqlite = "^0.17.0"
sqlalchemy2-stubs = "^0.0.2-alpha.24"
cachetools = "^5.2.0"
[tool.poetry.dev-dependencies]
black = "^22.3.0"