fix some of the things

This commit is contained in:
2024-08-10 03:21:51 -07:00
parent a77e8f1f73
commit d7bc8243e8
3 changed files with 18 additions and 13 deletions

View File

@ -9,8 +9,9 @@ pkgs.mkShell {
pkgs.python312Packages.bleach
pkgs.python312Packages.beautifulsoup4
pkgs.python312Packages.pygraphviz
pkgs.python312Packages.requests_toolbelt
];
shellHook = ''
python main.py
python src/main.py
'';
}