ghunt: add missing dependencies

This commit is contained in:
Moritz Sanft 2024-04-15 17:37:21 +02:00
parent 5477b3525f
commit 419771a5ef
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ python3.pkgs.buildPythonApplication rec {
python-dateutil
rich
trio
];
packaging
] ++ httpx.optional-dependencies.http2;
# Project has no tests
doCheck = false;