Update mautrix-python
This commit is contained in:
parent
76ae71b133
commit
6d8a05feaf
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
mautrix==0.8.0.beta9
|
||||
mautrix==0.8.0.beta10
|
||||
aiohttp>=3,<3.7
|
||||
yarl<1.6
|
||||
SQLAlchemy>=1,<2
|
||||
|
|
1
setup.py
1
setup.py
|
@ -49,6 +49,7 @@ setuptools.setup(
|
|||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
Loading…
Reference in a new issue