From bd7c059ff985013b77cda285f6da1c2c3842da7b Mon Sep 17 00:00:00 2001 From: Mark Ignacio Date: Thu, 1 Jan 2015 18:01:01 -0500 Subject: [PATCH] freeze requirements and change pip install command --- prepare.sh | 4 +++- requirements.txt | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/prepare.sh b/prepare.sh index c8af986..1d9365b 100644 --- a/prepare.sh +++ b/prepare.sh @@ -1,2 +1,4 @@ +#!/bin/sh + sudo apt-get install build-essential python-dev python-pip -sudo pip install Flask Flask-Session Flask-SQLAlchemy Flask-Mail apscheduler passlib \ No newline at end of file +pip install -r requirements.txt \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..40b7881 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +APScheduler==3.0.1 +Flask==0.10.1 +Flask-Mail==0.9.1 +Flask-SQLAlchemy==2.0 +Flask-Session==0.1.1 +SQLAlchemy==0.9.8 +passlib==1.6.2 +six==1.8.0