mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
Merge pull request #304315 from msanft/ghunt/add-missing-deps
ghunt: add missing dependencies
This commit is contained in:
commit
1c48c09133
@ -38,7 +38,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
python-dateutil
|
python-dateutil
|
||||||
rich
|
rich
|
||||||
trio
|
trio
|
||||||
];
|
packaging
|
||||||
|
] ++ httpx.optional-dependencies.http2;
|
||||||
|
|
||||||
# Project has no tests
|
# Project has no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user