Updated required RNS version

This commit is contained in:
Mark Qvist 2022-07-09 16:23:33 +02:00
parent 4cf69ac68d
commit 0ceae2260c
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,6 @@ setuptools.setup(
'sideband=sbapp:main.run',
]
},
install_requires=['rns>=0.3.10', 'lxmf>=0.1.7', 'kivy==2.1.0', 'plyer'],
install_requires=['rns>=0.3.11', 'lxmf>=0.1.7', 'kivy==2.1.0', 'plyer'],
python_requires='>=3.6',
)