Add mypy.
This commit is contained in:
parent
06dcf34160
commit
0179875f61
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
name = "hb-downloader";
|
name = "hb-downloader";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(pkgs.python3.withPackages ( pyPkgs: [
|
(pkgs.python3.withPackages ( pyPkgs: with pyPkgs; [
|
||||||
pyPkgs.requests
|
requests
|
||||||
|
mypy
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue