diff --git a/Pipfile b/Pipfile index dc71605..d057fc1 100644 --- a/Pipfile +++ b/Pipfile @@ -5,6 +5,7 @@ name = "pypi" [packages] jupyterlab = "*" +watchgod = "*" [dev-packages] @@ -12,4 +13,5 @@ jupyterlab = "*" python_version = "3.9" [scripts] -jupyter = "jupyter lab --notebook-dir notebooks notebooks/picofumi.ipynb" \ No newline at end of file +jupyter = "jupyter lab --notebook-dir notebooks notebooks/picofumi.ipynb" +watch = "watchgod src.main.main"