Merge pull request #304315 from msanft/ghunt/add-missing-deps

ghunt: add missing dependencies
This commit is contained in:
Fabian Affolter 2024-04-18 12:17:02 +02:00 committed by GitHub
commit 1c48c09133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;