Mercurial > public > sg101
comparison requirements_dev.txt @ 950:c614edb5b51e
Update requirements_dev.txt for Django 1.7.8 upgrade.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 16 May 2015 15:06:52 -0500 |
parents | 49646a78e965 |
children | 4dbca98db8b8 |
comparison
equal
deleted
inserted
replaced
949:b8c3863e34d2 | 950:c614edb5b51e |
---|---|
1 Django==1.7.7 | 1 Django==1.7.8 |
2 Markdown==2.5.1 | 2 Markdown==2.5.1 |
3 MySQL-python==1.2.5 | 3 MySQL-python==1.2.5 |
4 django-debug-toolbar==1.3.0 | 4 django-debug-toolbar==1.3.0 |
5 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-master | |
6 django-haystack==2.3.1 | 5 django-haystack==2.3.1 |
7 django-tagging==0.3.1 | 6 django-tagging==0.3.1 |
8 html5lib==0.999 | 7 html5lib==0.999 |
9 bleach==1.4 | 8 bleach==1.4 |
10 pytz==2015.2 | 9 pytz==2015.2 |
11 queued-search==2.1.0 | 10 queued-search==2.1.0 |
12 -e hg+https://bgneal@bitbucket.org/bgneal/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues-dev | |
13 redis==2.7.2 | 11 redis==2.7.2 |
14 repoze.timeago==0.5 | 12 repoze.timeago==0.5 |
15 -e git+https://github.com/notanumber/xapian-haystack.git@a3a3a4e7cfba3e2e1be3a42abf59edd29ea03c05#egg=xapian_haystack-master | |
16 anyjson==0.3.3 | 13 anyjson==0.3.3 |
17 celery==3.1.18 | 14 celery==3.1.18 |
18 django-picklefield==0.3.1 | 15 django-picklefield==0.3.1 |
19 kombu==3.0.26 | 16 kombu==3.0.26 |
20 python-dateutil==1.5 | 17 python-dateutil==1.5 |
39 simplejson==3.6.5 | 36 simplejson==3.6.5 |
40 uritemplate==0.6 | 37 uritemplate==0.6 |
41 mock==1.0.1 | 38 mock==1.0.1 |
42 lxml==3.4.2 | 39 lxml==3.4.2 |
43 testfixtures==4.1.2 | 40 testfixtures==4.1.2 |
41 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-master | |
42 -e git+https://github.com/notanumber/xapian-haystack.git@a3a3a4e7cfba3e2e1be3a42abf59edd29ea03c05#egg=xapian_haystack-master | |
43 -e hg+https://bgneal@bitbucket.org/bgneal/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues-dev | |
44 # | 44 # |
45 # These packages I punted on and hacked into my virtualenv by | 45 # These packages I punted on and hacked into my virtualenv by |
46 # symlinking to the global site-packages: | 46 # symlinking to the global site-packages: |
47 # xapian | 47 # xapian |