From a784a26bcbb915e68684e265d12f9f4e093ddbe0 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 20 Feb 2013 15:07:42 +0100 Subject: [PATCH] Freeze requirements where possible --- requirements.pip | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/requirements.pip b/requirements.pip index 201c46e6..8662f40a 100644 --- a/requirements.pip +++ b/requirements.pip @@ -1,13 +1,7 @@ -# This file collects all required third-party applications that are needed -# to run this project. Later you can install all these apps in a row -# using pip. Example:: -# -# pip install -r requirements.pip - -Django>=1.4 -South -django-leaflet-storage -django_compressor -django-social-auth +Django==1.4.4 +South==0.7.6 +django-leaflet-storage==0.1.0 +django_compressor==1.2 +django-social-auth==0.7.20 git+git://github.com/yohanboniface/vectorformats.git@leafletstorage hg+https://bitbucket.org/liberation/sesql \ No newline at end of file