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
|
|
@ -133,7 +133,7 @@ def start(url):
|
||||||
|
|
||||||
run(url)
|
run(url)
|
||||||
|
|
||||||
sleep(120)
|
sleep(60)
|
||||||
|
|
||||||
if __name__=='__main__':
|
if __name__=='__main__':
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ setup(name='pastafaristats',
|
||||||
url='https://bitbucket.org/paramecio/pastafaristats/',
|
url='https://bitbucket.org/paramecio/pastafaristats/',
|
||||||
packages=['pastafaristats'],
|
packages=['pastafaristats'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['psutil', 'pyqt5'],
|
install_requires=['psutil'],
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'pastafaristats = pastafaristats.send_info_daemon:start',
|
'pastafaristats = pastafaristats.send_info_daemon:start',
|
||||||
]},
|
]},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue