Remove systemd dependency and remove setproctitle version constraint
Some checks are pending
Run Pytest / test (push) Waiting to run
Some checks are pending
Run Pytest / test (push) Waiting to run
This commit is contained in:
parent
b6699f3a2a
commit
ddf14e98e1
1 changed files with 1 additions and 2 deletions
|
|
@ -20,9 +20,8 @@ dependencies = [
|
||||||
"pydantic",
|
"pydantic",
|
||||||
"pygments",
|
"pygments",
|
||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
"systemd; sys_platform == 'linux'",
|
"setproctitle",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"setproctitle>=1.3.7",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue