mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-15 12:52:28 -04:00
Updated build tools
This commit is contained in:
parent
feaaf0cfab
commit
35b9c80f39
2 changed files with 2 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -26,6 +26,6 @@ setuptools.setup(
|
|||
'sideband=sbapp:main.run',
|
||||
]
|
||||
},
|
||||
install_requires=['rns>=0.3.9', 'lxmf>=0.1.7', 'kivy==2.1.0'],
|
||||
install_requires=['rns>=0.3.9', 'lxmf>=0.1.7', 'kivy==2.1.0', 'plyer'],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue