From 5e243cdc61ff931d29d183d1e019b867e05a9738 Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Sun, 21 May 2017 10:58:53 -0500 Subject: [PATCH] updated requirements to include python 3.6 --- app/requirements.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt new file mode 100644 index 0000000..5df0e91 --- /dev/null +++ b/app/requirements.txt @@ -0,0 +1,18 @@ +# Requirements automatically generated by pigar. +# https://github.com/Damnever/pigar + +# app.py: 5 +Flask == 0.12 + +# app.py: 12 +Flask_WTF == 0.14.2 + +# app.py: 13 +WTForms == 2.1 + +# app.py: 9,10 +# settings.py: 4 +matplotlib == 2.0.2 + +# app.py: 6 +pandas == 0.20.1