X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/8335009daefb48e45f83a3ab839479c33b719211..eedb06f0edac71b172345630114c831a73419b90:/setup.py diff --git a/setup.py b/setup.py index c6edcbe..d22cf9f 100644 --- a/setup.py +++ b/setup.py @@ -54,5 +54,8 @@ setup( 'console_scripts': [ 'qweechat-testproto = qweechat.weechat.testproto:main', ] - } + }, + install_requires = [ + 'PySide6', + ] )