Merge pull request #304315 from msanft/ghunt/add-missing-deps
ghunt: add missing dependencies
This commit is contained in:
commit
1c48c09133
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||
python-dateutil
|
||||
rich
|
||||
trio
|
||||
];
|
||||
packaging
|
||||
] ++ httpx.optional-dependencies.http2;
|
||||
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue