Mercurial > public > sg101
comparison requirements.txt @ 990:81b96f3c9e59
Reorganized requirements files to be DRY.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 31 Oct 2015 17:36:31 -0500 |
parents | 4f265f61874b |
children | c6bd7308de49 |
comparison
equal
deleted
inserted
replaced
989:2908859c2fe4 | 990:81b96f3c9e59 |
---|---|
1 amqp==1.4.6 | |
2 anyjson==0.3.3 | |
3 billiard==3.3.0.20 | |
4 bleach==1.4 | |
5 boto==2.13.0 | |
6 celery==3.1.18 | |
1 Django==1.7.10 | 7 Django==1.7.10 |
8 django-haystack==2.3.1 | |
9 django-picklefield==0.3.1 | |
10 django-tagging==0.3.1 | |
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-master | |
14 -e hg+https://bgneal@bitbucket.org/bgneal/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues-dev | |
15 ftfy==2.0.1 | |
16 google-api-python-client==1.3.1 | |
17 html5lib==1.0b3 | |
18 httplib2==0.9 | |
19 kombu==3.0.26 | |
20 lxml==3.4.2 | |
2 Markdown==2.5.1 | 21 Markdown==2.5.1 |
3 MySQL-python==1.2.4 | 22 MySQL-python==1.2.5 |
4 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-master | 23 oauth2client==1.4.1 |
5 django-haystack==2.3.1 | 24 Pillow==2.7.0 |
6 django-tagging==0.3.1 | 25 pyasn1==0.1.7 |
7 html5lib==1.0b3 | 26 pyasn1-modules==0.0.5 |
8 bleach==1.4 | 27 python-dateutil==1.5 |
9 pytz==2013b0 | 28 python-memcached==1.48 |
29 pytz==2015.2 | |
10 queued-search==2.1.0 | 30 queued-search==2.1.0 |
11 -e hg+https://bgneal@bitbucket.org/bgneal/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues-dev | |
12 redis==2.7.2 | 31 redis==2.7.2 |
13 repoze.timeago==0.5 | 32 repoze.timeago==0.5 |
14 -e git+https://github.com/notanumber/xapian-haystack.git@a3a3a4e7cfba3e2e1be3a42abf59edd29ea03c05#egg=xapian_haystack-master | 33 requests==2.7.0 |
15 anyjson==0.3.3 | |
16 celery==3.1.18 | |
17 django-picklefield==0.3.1 | |
18 kombu==3.0.26 | |
19 python-dateutil==1.5 | |
20 python-memcached==1.48 | |
21 docutils==0.10 | |
22 amqp==1.4.6 | |
23 six==1.8.0 | |
24 ftfy==2.0.1 | |
25 Pillow==2.7.0 | |
26 boto==2.13.0 | |
27 billiard==3.3.0.20 | |
28 google-api-python-client==1.3.1 | |
29 httplib2==0.9 | |
30 oauth2client==1.4.1 | |
31 pyasn1==0.1.7 | |
32 pyasn1-modules==0.0.5 | |
33 rsa==3.1.4 | 34 rsa==3.1.4 |
34 simplejson==3.6.5 | 35 simplejson==3.6.5 |
36 six==1.8.0 | |
35 uritemplate==0.6 | 37 uritemplate==0.6 |
36 requests==2.7.0 | |
37 # | |
38 # These packages I punted on and hacked into my virtualenv by | |
39 # symlinking to the global site-packages: | |
40 # xapian |