mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-15 21:02:23 -04:00
Updated build system for Kivy 2.2.1
This commit is contained in:
parent
23e6b6e0c6
commit
67a8f61af8
126 changed files with 9967 additions and 4279 deletions
4
setup.py
4
setup.py
|
@ -81,9 +81,9 @@ setuptools.setup(
|
|||
'sideband=sbapp:main.run',
|
||||
]
|
||||
},
|
||||
install_requires=["rns>=0.4.6", "lxmf>=0.2.8", "kivy==2.1.0", "plyer", "pillow", "qrcode"],
|
||||
install_requires=["rns>=0.5.6", "lxmf>=0.3.1", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
|
||||
extras_require={
|
||||
"macos": ["pyobjus"],
|
||||
},
|
||||
python_requires='>=3.6',
|
||||
python_requires='>=3.8',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue