Add missing dependency

This commit is contained in:
phil 2024-05-09 00:43:16 +02:00
parent 77adcceb18
commit 50b4dff145
3 changed files with 18 additions and 2 deletions

View file

@ -31,6 +31,7 @@ dependencies = [
"matplotlib>=3.8.3",
"aiopath>=0.6.11",
"psycopg2-binary>=2.9.9",
"psutil>=5.9.8",
]
requires-python = ">=3.11,<4"
readme = "README.md"