Added --watch, --breakpoint (#652)

This commit is contained in:
Rhet Turnbull
2022-03-04 06:45:57 -08:00
committed by GitHub
parent be1f3a98d9
commit ed315fffd2
7 changed files with 164 additions and 30 deletions

View File

@@ -97,6 +97,7 @@ setup(
"rich>=11.2.0,<12.0.0",
"textx>=2.3.0,<3.0.0",
"toml>=0.10.2,<0.11.0",
"wrapt>=1.13.3,<1.14.0",
"wurlitzer>=2.1.0,<3.0.0",
],
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli_main"]},