Freeze requirements where possible
This commit is contained in:
parent
85207f0765
commit
a784a26bcb
1 changed files with 5 additions and 11 deletions
|
@ -1,13 +1,7 @@
|
||||||
# This file collects all required third-party applications that are needed
|
Django==1.4.4
|
||||||
# to run this project. Later you can install all these apps in a row
|
South==0.7.6
|
||||||
# using pip. Example::
|
django-leaflet-storage==0.1.0
|
||||||
#
|
django_compressor==1.2
|
||||||
# pip install -r requirements.pip
|
django-social-auth==0.7.20
|
||||||
|
|
||||||
Django>=1.4
|
|
||||||
South
|
|
||||||
django-leaflet-storage
|
|
||||||
django_compressor
|
|
||||||
django-social-auth
|
|
||||||
git+git://github.com/yohanboniface/vectorformats.git@leafletstorage
|
git+git://github.com/yohanboniface/vectorformats.git@leafletstorage
|
||||||
hg+https://bitbucket.org/liberation/sesql
|
hg+https://bitbucket.org/liberation/sesql
|
Loading…
Reference in a new issue