commit 6bbf44ba2a37cfe1ee6d2e2f5ad0766ef1532dc6 parent c1eef607e191679c344c5bd06ae00c6fc7832a19 Author: Cody Lewis <codymlewis@protonmail.com> Date: Mon, 20 May 2019 14:04:08 +1000 Added requirements.txt Diffstat:
M | README.md | | | 2 | +- |
A | requirements.txt | | | 2 | ++ |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ A simulation of an Internet of things network using a centralized document store ## Setup Run ``` -cd www && npm install && cd .. +pip3 install -r requirements.txt ``` ## Running diff --git a/requirements.txt b/requirements.txt @@ -0,0 +1,2 @@ +Flask==1.0.2 +requests==2.21.0