Finally added the requirements.
This commit is contained in:
parent
bd0fd769d9
commit
74a723d6db
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -20,6 +20,9 @@ setuptools.setup(
|
|||
package_data={"": ["*.txt"]},
|
||||
install_requires=[
|
||||
"PyQt6",
|
||||
"tinytag",
|
||||
"pydub",
|
||||
"pygame",
|
||||
"wobbl_tools @ git+https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools@main#egg=wobbl_tools"
|
||||
],
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Reference in a new issue