Fix dependences, if you need pyqt5, install by hand
This commit is contained in:
parent
990b993e2e
commit
a05c3abada
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue