Finally added jeepney as requirement to the setup.py

This commit is contained in:
The Wobbler 2025-04-19 18:48:34 +02:00
parent ec2713d98d
commit 0d131f80d5

View file

@ -34,8 +34,8 @@ setuptools.setup(
"tinytag~=2.1.0",
"pydub~=0.25.1",
"pygame~=2.6.1",
"jeepney~=0.8.0",
"wobbl_tools @ git+https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools@9b7e796877781f77f6df93475750c15a0ca51dd9#egg=wobbl_tools",
"sdbus~=0.14.0"
],
entry_points={
"console_scripts": ["wobuzz=wobuzz.command_line:main"],