mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 14:20:38 +00:00
Updated versions
This commit is contained in:
parent
2529a70339
commit
e798bac4c7
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
__debug_build__ = False
|
||||
__disable_shaders__ = False
|
||||
__version__ = "1.9.0"
|
||||
__version__ = "1.9.1"
|
||||
__variant__ = ""
|
||||
|
||||
import sys
|
||||
|
|
@ -483,6 +483,7 @@ else:
|
|||
from .ui.hardware import Hardware
|
||||
from .ui.objectdetails import ObjectDetails
|
||||
from .ui.messages import Messages, ts_format, messages_screen_kv
|
||||
# from .ui.messages_recycle import Messages, ts_format, messages_screen_kv
|
||||
from .ui.helpers import ContentNavigationDrawer, DrawerList, IconListItem
|
||||
from .ui.helpers import multilingual_markup, mdc, dark_theme_text_color
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -114,7 +114,7 @@ setuptools.setup(
|
|||
]
|
||||
},
|
||||
install_requires=[
|
||||
"rns>=1.1.5",
|
||||
"rns>=1.1.6",
|
||||
"lxmf>=0.9.4",
|
||||
"lxst>=0.4.6",
|
||||
"kivy>=2.3.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue