Remove systemd dependency and remove setproctitle version constraint
Some checks are pending
Run Pytest / test (push) Waiting to run

This commit is contained in:
Joakim Hellsén 2026-02-21 06:14:14 +01:00
commit ddf14e98e1
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -20,9 +20,8 @@ dependencies = [
"pydantic",
"pygments",
"python-dotenv",
"systemd; sys_platform == 'linux'",
"setproctitle",
"tqdm",
"setproctitle>=1.3.7",
]
[dependency-groups]