feat: implement stats subcommand (#132)

This commit is contained in:
2024-09-03 02:42:29 +03:00
parent ddd3c3f06f
commit f7a50e5294
22 changed files with 740 additions and 20 deletions

View File

@ -62,6 +62,9 @@ pacman = [
s3 = [
"boto3",
]
stats = [
"matplotlib",
]
tests = [
"pytest",
"pytest-aiohttp",