Skip to content

Commit 14f5844

Browse files
committed
runtime: restore workspace test python modules
1 parent 0da46ba commit 14f5844

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

runtime/workspace/packages/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
let
33
python = pkgs.python3.withPackages (
44
ps: with ps; [
5+
flask
6+
pexpect
57
pwntools
8+
pycryptodome
9+
requests
10+
scapy
611
]
712
);
813
in

runtime/workspace/packages/extended.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ let
1414
flask
1515
ipython
1616
jupyter
17+
pexpect
1718
pillow
1819
psutil
1920
pwntools

0 commit comments

Comments
 (0)