Finally added the requirements.

This commit is contained in:
The Wobbler 2025-01-25 11:56:47 +01:00
parent bd0fd769d9
commit 74a723d6db

View file

@ -20,6 +20,9 @@ setuptools.setup(
package_data={"": ["*.txt"]}, package_data={"": ["*.txt"]},
install_requires=[ install_requires=[
"PyQt6", "PyQt6",
"tinytag",
"pydub",
"pygame",
"wobbl_tools @ git+https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools@main#egg=wobbl_tools" "wobbl_tools @ git+https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools@main#egg=wobbl_tools"
], ],
entry_points={ entry_points={