esync

Directory watching and remote syncing
Log | Files | Refs | README | LICENSE

commit 0fdb06e6b457e3daacc5d9acc2d5036f5b59cd41
parent 00eb8059366acc742cf67314ed0e6efa64adfcdb
Author: Erik Loualiche <[email protected]>
Date:   Mon, 24 Feb 2025 15:44:58 -0600

fix dependencies

Diffstat:
Mpyproject.toml | 1+
Muv.lock | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -10,6 +10,7 @@ dependencies = [ "pywatchman>=2.0.0", "pyyaml>=6.0.2", "rich>=13.9.4", + "tomli>=2.2.1", "tomli-w>=1.2.0", "typer>=0.15.1", "watchdog>=6.0.0", diff --git a/uv.lock b/uv.lock @@ -41,6 +41,7 @@ dependencies = [ { name = "pywatchman" }, { name = "pyyaml" }, { name = "rich" }, + { name = "tomli" }, { name = "tomli-w" }, { name = "typer" }, { name = "watchdog" }, @@ -53,6 +54,7 @@ requires-dist = [ { name = "pywatchman", specifier = ">=2.0.0" }, { name = "pyyaml", specifier = ">=6.0.2" }, { name = "rich", specifier = ">=13.9.4" }, + { name = "tomli", specifier = ">=2.2.1" }, { name = "tomli-w", specifier = ">=1.2.0" }, { name = "typer", specifier = ">=0.15.1" }, { name = "watchdog", specifier = ">=6.0.0" },