Merge branch 'master' of github.com:maubot/maubot
This commit is contained in:
commit
b17a2a1e23
3 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
mautrix==0.8.0.beta10
|
||||
mautrix>=0.8,<0.9
|
||||
aiohttp>=3,<3.7
|
||||
yarl<1.6
|
||||
SQLAlchemy>=1,<2
|
||||
|
|
3
setup.py
3
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue