Merge branch 'master' into cli
This commit is contained in:
commit
4b3d47176d
93 changed files with 17023 additions and 450 deletions
10
setup.py
10
setup.py
|
@ -21,13 +21,15 @@ setuptools.setup(
|
|||
packages=setuptools.find_packages(),
|
||||
|
||||
install_requires=[
|
||||
"mautrix>=0.4,<0.5",
|
||||
"mautrix>=0.4.dev20,<0.5",
|
||||
"aiohttp>=3.0.1,<4",
|
||||
"SQLAlchemy>=1.2.3,<2",
|
||||
"alembic>=1.0.0,<2",
|
||||
"commonmark>=0.8.1,<1",
|
||||
"Markdown>=3.0.0,<4",
|
||||
"ruamel.yaml>=0.15.35,<0.16",
|
||||
"attrs>=18.1.0,<19",
|
||||
"bcrypt>=3.1.4,<4",
|
||||
"packaging>=10",
|
||||
],
|
||||
|
||||
classifiers=[
|
||||
|
@ -48,4 +50,8 @@ setuptools.setup(
|
|||
data_files=[
|
||||
(".", ["example-config.yaml"]),
|
||||
],
|
||||
package_data={
|
||||
"maubot": ["management/frontend/build/*", "management/frontend/build/static/css/*",
|
||||
"management/frontend/build/static/js/*"],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue