From ac5ee9708fe5791be755c621a60691ec079b8e77 Mon Sep 17 00:00:00 2001
From: Daniel Levy <daniell@aptivate.org>
Date: Mon, 8 Jun 2015 15:28:30 +0100
Subject: [PATCH] Set version numbers

---
 deploy/pip_packages.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/deploy/pip_packages.txt b/deploy/pip_packages.txt
index f1cf911f..fbaac338 100644
--- a/deploy/pip_packages.txt
+++ b/deploy/pip_packages.txt
@@ -1,19 +1,19 @@
-# NOTE After setup, consider pinning to a vertion or commit
+# NOTE After setup, consider pinning to a version or commit
 
--e git+git://github.com/aptivate/dye.git@develop#egg=dye
+-e git://github.com/aptivate/dye.git@b881bdfcfa1bfda7912a24167ad8d0bd3b6aac97#egg=dye
 
 # core django
-Django
-pytz
-MySQL-python
+Django==1.8.2
+pytz==2015.4
+MySQL-python==1.2.5
 
 # testing
 
-pytest-django
+pytest-django==2.8.0
 
 
 
-django-jenkins
+django-jenkins==0.17.0
 
 
 # ========================================================================
-- 
GitLab