diff --git a/README.md b/README.md index bcf2a99..6ce168c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ python -m maubot and point the browser to `http://localhost:29316/_matrix/maubot/#/login` -After login, it is possible to create a new bot instance (clicking the + Instances button) via the screen like the one below ![alt text](https://github.com/maubot/maubot/blob/master/maubot/img/screenshot_new_instance.png "New instance") +After login, it is possible to create a new bot instance (clicking the + Instances button) via the screen like the one below + + ### [Management API spec](https://github.com/maubot/maubot/blob/master/maubot/management/api/spec.md) diff --git a/requirements.txt b/requirements.txt index dd719a3..ceaa619 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ ruamel.yaml attrs bcrypt packaging - click colorama PyInquirer jinja2 +prompt_toolkit==1.0.14