Mercurial > public > sg101
comparison requirements.txt @ 688:a03e0254350b
Updating production requirements.txt for Django 1.5.2.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 25 Aug 2013 12:44:55 -0500 |
parents | c5c0f8604c4b |
children | a6c664e04649 |
comparison
equal
deleted
inserted
replaced
687:e75d7068e12f | 688:a03e0254350b |
---|---|
1 Django==1.4.5 | 1 Django==1.5.2 |
2 Markdown==2.3.1 | 2 Markdown==2.3.1 |
3 MySQL-python==1.2.4 | 3 MySQL-python==1.2.4 |
4 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev | 4 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev |
5 django-haystack==1.2.7 | 5 django-haystack==1.2.7 |
6 django-tagging==0.3.1 | 6 django-tagging==0.3.1 |
29 # | 29 # |
30 # There were two packages that I punted on and hacked into my virtualenv by | 30 # There were two packages that I punted on and hacked into my virtualenv by |
31 # symlinking to the global site-packages: | 31 # symlinking to the global site-packages: |
32 # PIL | 32 # PIL |
33 # xapian | 33 # xapian |
34 # |