From 13f66eab544174ba47fa18198c4b98ef7ab8bc02 Mon Sep 17 00:00:00 2001
From: sloria <sloria1@gmail.com>
Date: Sat, 7 Jun 2014 15:11:33 -0400
Subject: [PATCH] Update requirements

---
 {{cookiecutter.app_name}}/requirements/dev.txt  | 1 +
 {{cookiecutter.app_name}}/requirements/prod.txt | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt
index ccb0643c..23fcc5bc 100644
--- a/{{cookiecutter.app_name}}/requirements/dev.txt
+++ b/{{cookiecutter.app_name}}/requirements/dev.txt
@@ -3,6 +3,7 @@
 
 # Testing
 pytest
+webtest
 factory-boy>=2.2.1
 
 # Management script
diff --git a/{{cookiecutter.app_name}}/requirements/prod.txt b/{{cookiecutter.app_name}}/requirements/prod.txt
index 3b14c693..1660cf2f 100644
--- a/{{cookiecutter.app_name}}/requirements/prod.txt
+++ b/{{cookiecutter.app_name}}/requirements/prod.txt
@@ -3,8 +3,8 @@
 # Flask
 Flask==0.10.1
 MarkupSafe==0.21
-Werkzeug==0.9.4
-Jinja2==2.7.2
+Werkzeug==0.9.6
+Jinja2==2.7.3
 itsdangerous==0.24
 
 # Database
@@ -16,7 +16,7 @@ Flask-Migrate>=1.0.0
 
 # Forms
 Flask-WTF==0.9.5
-WTForms==1.0.5
+WTForms==2.0
 
 # Deployment
 gunicorn>=17.5
-- 
GitLab