diff --git a/deploy/pip_packages.txt b/deploy/pip_packages.txt
index f1cf911fdbdf70ce803890ed47a96beee4c8c094..fbaac338776c8caea9a42d5dec49962262349f2c 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
 
 
 # ========================================================================