meta: Bump mira version
This commit is contained in:
parent
76298fcecb
commit
5ed64f2849
4
setup.py
4
setup.py
@ -6,11 +6,11 @@ setup(
|
|||||||
description = 'An XMPP bot relaying data from the IHP, DWD, MOWAS and BIWAP',
|
description = 'An XMPP bot relaying data from the IHP, DWD, MOWAS and BIWAP',
|
||||||
url = 'https://git.polynom.me/PapaTutuWawa/janine',
|
url = 'https://git.polynom.me/PapaTutuWawa/janine',
|
||||||
author = 'Alexander "PapaTutuWawa"',
|
author = 'Alexander "PapaTutuWawa"',
|
||||||
author_email = 'papatutuwawa@polynom.me',
|
author_email = 'papatutuwawa <at> polynom.me',
|
||||||
license = 'GPLv3',
|
license = 'GPLv3',
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'mira>=0.1.0',
|
'mira>=0.2.0',
|
||||||
'requests>=2.23.0'
|
'requests>=2.23.0'
|
||||||
],
|
],
|
||||||
zip_safe=True
|
zip_safe=True
|
||||||
|
Loading…
Reference in New Issue
Block a user