Refactor for long callbacks on data collection

This commit is contained in:
2022-06-03 11:41:23 -05:00
parent 6577fe4396
commit 6c703f616e
5 changed files with 155 additions and 10 deletions

View File

@@ -18,6 +18,9 @@ peewee = "^3.14.10"
dash = "^2.4.1"
gunicorn = "^20.1.0"
psycopg2 = "^2.9.3"
diskcache = "^5.4.0"
multiprocess = "^0.70.13"
psutil = "^5.9.1"
[tool.poetry.dev-dependencies]
black = "^22.3.0"