diff --git a/README.md b/README.md index 820df29..7875a01 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net) * [satwcomic](https://github.com/maubot/satwcomic) - A bot to view SatWComics. * [songwhip](https://github.com/maubot/songwhip) - A bot to post Songwhip links. * [invite](https://github.com/williamkray/maubot-invite) - A bot to generate invitation tokens from [matrix-registration](https://github.com/ZerataX/matrix-registration) +* [wolframalpha](https://github.com/ggogel/WolframAlphaMaubot) - A bot that allows requesting information from [WolframAlpha](https://www.wolframalpha.com/). +* [pingcheck](https://edugit.org/nik/maubot-pingcheck) - A bot to ping the echo bot and send rtt to Icinga passive check * [ticker](https://github.com/williamkray/maubot-ticker) - A bot to return financial data about a stock or cryptocurrency. Open a pull request or join the Matrix room linked above to get your plugin listed here diff --git a/requirements.txt b/requirements.txt index 048e661..97f2f97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mautrix==0.8.0.beta10 +mautrix>=0.8,<0.9 aiohttp>=3,<3.7 yarl<1.6 SQLAlchemy>=1,<2 diff --git a/setup.py b/setup.py index ba760e3..5bb3d08 100644 --- a/setup.py +++ b/setup.py @@ -39,9 +39,10 @@ setuptools.setup( install_requires=install_requires, extras_require=extras_require, + python_requires="~=3.7", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 3 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Topic :: Communications :: Chat", "Framework :: AsyncIO",