Mercurial > code > home > repos > racc
diff pyproject.toml @ 3:3d7fc94a404a
a few more inputs; daemonize
author | drewp@bigasterisk.com |
---|---|
date | Wed, 08 Mar 2023 10:57:11 -0800 |
parents | 0ecb388a0b90 |
children |
line wrap: on
line diff
--- a/pyproject.toml Sat Mar 04 12:10:36 2023 -0800 +++ b/pyproject.toml Wed Mar 08 10:57:11 2023 -0800 @@ -11,11 +11,16 @@ "psutil>=5.9.4", "background-loop>=1.7.0", "starlette-exporter>=0.15.1", + "daemonocle>=1.2.3", + "python-xlib>=0.33", ] requires-python = ">=3.10" license = {text = "MIT"} [project.optional-dependencies] +dev = [ + "ipython>=8.11.0", +] linux = [ "xprintidle>=0.2", "pulsectl-asyncio>=1.0.0", @@ -23,7 +28,7 @@ ] osx = [ "osascript>=2020.12.3", - "quartz>=0.0.1.dev0" + # "quartz>=0.0.1.dev0" ] [tool.pdm]