Improve dockerfile and update mautrix-python
This commit is contained in:
parent
f36827f9cc
commit
155526bc14
4 changed files with 47 additions and 53 deletions
|
@ -1,14 +1,14 @@
|
|||
mautrix
|
||||
aiohttp
|
||||
SQLAlchemy
|
||||
alembic
|
||||
commonmark
|
||||
ruamel.yaml
|
||||
attrs
|
||||
bcrypt
|
||||
packaging
|
||||
mautrix==0.5.0.beta1
|
||||
aiohttp>=3,<4
|
||||
SQLAlchemy>=1,<2
|
||||
alembic>=1,<2
|
||||
commonmark>=0.9,<1
|
||||
ruamel.yaml>=0.15.35,<0.17
|
||||
attrs>=18.1.0
|
||||
bcrypt>=3,<4
|
||||
packaging>=10
|
||||
|
||||
click
|
||||
colorama
|
||||
PyInquirer
|
||||
jinja2
|
||||
click>=7,<8
|
||||
colorama>=0.4,<0.5
|
||||
PyInquirer>=1,<2
|
||||
jinja2>=2,<3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue