Mercurial > public > sg101
comparison requirements_dev.txt @ 687:e75d7068e12f
Update dev requirements file for Django 1.5.2.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 25 Aug 2013 12:15:35 -0500 |
parents | 6467eabe74d4 |
children | 7d6b0d831d67 |
comparison
equal
deleted
inserted
replaced
686:216f06267e2d | 687:e75d7068e12f |
---|---|
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 django-debug-toolbar==0.9.4 | 4 django-debug-toolbar==0.9.4 |
5 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev | 5 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev |
6 django-haystack==1.2.7 | 6 django-haystack==1.2.7 |
28 argparse==1.2.1 | 28 argparse==1.2.1 |
29 six==1.3.0 | 29 six==1.3.0 |
30 distribute==0.6.24 | 30 distribute==0.6.24 |
31 pycrypto==2.5 | 31 pycrypto==2.5 |
32 ssh==1.7.13 | 32 ssh==1.7.13 |
33 ftfy==2.0.1 | |
33 # | 34 # |
34 # There were two packages that I punted on and hacked into my virtualenv by | 35 # There were two packages that I punted on and hacked into my virtualenv by |
35 # symlinking to the global site-packages: | 36 # symlinking to the global site-packages: |
36 # PIL | 37 # PIL |
37 # xapian | 38 # xapian |
38 # | |
39 ## The following requirements were added by pip --freeze: | |
40 ftfy==2.0.1 |