Mercurial > public > sg101
comparison requirements.txt @ 1206:02181fa5ac9d modernize tip
Update to Django 1.9.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 22 Jan 2025 17:58:16 -0600 |
parents | 510ef3cbf3e6 |
children |
comparison
equal
deleted
inserted
replaced
1205:510ef3cbf3e6 | 1206:02181fa5ac9d |
---|---|
2 anyjson==0.3.3 | 2 anyjson==0.3.3 |
3 billiard==3.3.0.23 | 3 billiard==3.3.0.23 |
4 bleach==1.4 | 4 bleach==1.4 |
5 boto==2.13.0 | 5 boto==2.13.0 |
6 celery==3.1.23 | 6 celery==3.1.23 |
7 Django==1.8.15 | 7 Django==1.9.13 |
8 # TODO SEARCH django-haystack==2.4.1 | 8 # TODO SEARCH django-haystack==2.4.1 |
9 django-picklefield==0.3.1 | 9 django-picklefield==0.3.1 |
10 django-tagging==0.4 | 10 django-tagging==0.4.3 |
11 docutils==0.10 | 11 docutils==0.10 |
12 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-master | |
13 -e git+https://github.com/notanumber/xapian-haystack.git@a3a3a4e7cfba3e2e1be3a42abf59edd29ea03c05#egg=xapian_haystack-dev | |
14 -e hg+ssh://brian@bobcat//svr/dvcs/hg/repos/public/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues-dev | |
15 ftfy==2.0.1 | 12 ftfy==2.0.1 |
16 google-api-python-client==1.3.1 | 13 google-api-python-client==1.3.1 |
17 html5lib==1.0b3 | 14 html5lib==1.0b3 |
18 httplib2==0.9 | 15 httplib2==0.9 |
19 kombu==3.0.36 | 16 kombu==3.0.36 |
20 lxml==3.4.2 | 17 lxml==3.4.2 |
21 Markdown==2.5.1 | 18 Markdown==2.5.1 |
22 #MySQL-python==1.2.5 | 19 mysqlclient==1.4.6 |
23 mysqlclient | |
24 oauth2client==1.4.1 | 20 oauth2client==1.4.1 |
25 Pillow==2.7.0 | 21 Pillow==2.7.0 |
26 pyasn1==0.1.7 | 22 pyasn1==0.1.7 |
27 pyasn1-modules==0.0.5 | 23 pyasn1-modules==0.0.5 |
28 python-dateutil==1.5 | 24 python-dateutil==1.5 |
34 requests==2.7.0 | 30 requests==2.7.0 |
35 rsa==3.1.4 | 31 rsa==3.1.4 |
36 simplejson==3.6.5 | 32 simplejson==3.6.5 |
37 six==1.8.0 | 33 six==1.8.0 |
38 uritemplate==0.6 | 34 uritemplate==0.6 |
35 -e git+https://github.com/gremmie/django-elsewhere.git@42503b48cb770cca77c2757d26a6bee9bc10c9da#egg=django_elsewhere | |
36 -e hg+ssh://brian@bobcat//svr/dvcs/hg/repos/public/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues | |
37 -e git+https://github.com/notanumber/xapian-haystack.git@a3a3a4e7cfba3e2e1be3a42abf59edd29ea03c05#egg=xapian_haystack |