Mercurial > public > sg101
annotate requirements_dev.txt @ 697:67f8d49a9377
Cleaned up the code a bit.
Separated the S3 stuff out into its own class.
This class maybe should be in core.
Still want to do some kind of context manager around the temporary file we are
creating to ensure it gets deleted.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 08 Sep 2013 21:02:58 -0500 |
parents | e75d7068e12f |
children | 7d6b0d831d67 |
rev | line source |
---|---|
bgneal@687 | 1 Django==1.5.2 |
bgneal@657 | 2 Markdown==2.3.1 |
bgneal@654 | 3 MySQL-python==1.2.4 |
bgneal@582 | 4 django-debug-toolbar==0.9.4 |
bgneal@611 | 5 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev |
bgneal@582 | 6 django-haystack==1.2.7 |
bgneal@582 | 7 django-tagging==0.3.1 |
bgneal@582 | 8 gdata==2.0.15 |
bgneal@582 | 9 html5lib==0.90 |
bgneal@654 | 10 pytz==2013b |
bgneal@582 | 11 queued-search==1.0.4 |
bgneal@582 | 12 queues==0.6.1 |
bgneal@654 | 13 redis==2.7.2 |
bgneal@582 | 14 repoze.timeago==0.5 |
bgneal@582 | 15 xapian-haystack==1.1.5beta |
bgneal@654 | 16 anyjson==0.3.3 |
bgneal@582 | 17 celery==2.4.5 |
bgneal@582 | 18 django-celery==2.4.2 |
bgneal@654 | 19 django-picklefield==0.3.0 |
bgneal@654 | 20 kombu==2.5.10 |
bgneal@582 | 21 python-dateutil==1.5 |
bgneal@582 | 22 python-memcached==1.48 |
bgneal@582 | 23 wsgiref==0.1.2 |
bgneal@582 | 24 python-ts3==0.1 |
bgneal@654 | 25 docutils==0.10 |
bgneal@654 | 26 amqp==1.0.11 |
bgneal@582 | 27 Fabric==1.4.1 |
bgneal@582 | 28 argparse==1.2.1 |
bgneal@654 | 29 six==1.3.0 |
bgneal@582 | 30 distribute==0.6.24 |
bgneal@582 | 31 pycrypto==2.5 |
bgneal@582 | 32 ssh==1.7.13 |
bgneal@687 | 33 ftfy==2.0.1 |
bgneal@582 | 34 # |
bgneal@654 | 35 # There were two packages that I punted on and hacked into my virtualenv by |
bgneal@654 | 36 # symlinking to the global site-packages: |
bgneal@582 | 37 # PIL |
bgneal@582 | 38 # xapian |