From e22785188c5c51385ccf69cba0add7c0cfe437e9 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 25 Apr 2022 21:09:52 +0200 Subject: [PATCH] add requirements.txt --- README.org | 2 +- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.org b/README.org index 999fa54..db573bd 100644 --- a/README.org +++ b/README.org @@ -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!=. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f9ecb16 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +flask +toml