mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Updated version and dependency versions
This commit is contained in:
parent
385cf78ec6
commit
465f117dcd
@ -1,6 +1,6 @@
|
||||
__debug_build__ = False
|
||||
__disable_shaders__ = False
|
||||
__version__ = "0.7.9"
|
||||
__version__ = "0.8.0"
|
||||
__variant__ = "beta"
|
||||
|
||||
import sys
|
||||
|
2
setup.py
2
setup.py
@ -83,7 +83,7 @@ setuptools.setup(
|
||||
'sideband=sbapp:main.run',
|
||||
]
|
||||
},
|
||||
install_requires=["rns>=0.7.1", "lxmf>=0.3.9", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
|
||||
install_requires=["rns>=0.7.2", "lxmf>=0.4.0", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
|
||||
extras_require={
|
||||
"macos": ["pyobjus"],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user