Fix dependences, if you need pyqt5, install by hand

This commit is contained in:
Antonio de la Rosa 2021-06-14 11:24:28 +02:00
parent 990b993e2e
commit a05c3abada
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ def start(url):
run(url)
sleep(120)
sleep(60)
if __name__=='__main__':

View file

@ -20,7 +20,7 @@ setup(name='pastafaristats',
url='https://bitbucket.org/paramecio/pastafaristats/',
packages=['pastafaristats'],
include_package_data=True,
install_requires=['psutil', 'pyqt5'],
install_requires=['psutil'],
entry_points={'console_scripts': [
'pastafaristats = pastafaristats.send_info_daemon:start',
]},