Add deps needed for work

This commit is contained in:
Greg Hellings
2025-01-30 21:36:19 -06:00
parent d1b416c9f6
commit a1872317a4
3 changed files with 12 additions and 7 deletions
+2
View File
@@ -4,6 +4,7 @@ let
myPackages =
pypackages: with pypackages; [
black
build
dateutil
ipython
mypy
@@ -11,6 +12,7 @@ let
pyyaml
responses
ruamel-yaml
setuptools
tox
typing-extensions
virtualenv