diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..7da48e0 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "amarillo-enhancer" +version = "0.0.1" +dependencies = [ + "amarillo-core", + "watchdog", +] \ No newline at end of file