add requirements.txt

This commit is contained in:
Denis Lehmann 2022-04-25 21:09:52 +02:00
parent 963ebc7ad3
commit e22785188c
2 changed files with 3 additions and 1 deletions

View file

@ -39,7 +39,7 @@
This repository contains the above listed =public= directory for testing /raincloud/ locally.
Just execute the following two command and navigate to [[http://localhost:5000/inbox][http://localhost:5000/inbox]].
: $ pip install flask toml
: $ pip install -r requirements.txt
: $ ./run.py
The password for the =alice= directory is =movie_evening!=.

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
flask
toml