annotate requirements_dev.txt @ 917:0365fdbb4d78

Fix app conflict with messages. Django's messages app label conflicts with our messages app. We can't easily rename our label as that will make us rename database tables. Since our app came first we'll just customize Django messages label. For Django 1.7.7 upgrade.
author Brian Neal <bgneal@gmail.com>
date Mon, 06 Apr 2015 20:02:25 -0500
parents ccf3022c20d5
children e8b170fca581
rev   line source
bgneal@800 1 Django==1.6.6
bgneal@849 2 Markdown==2.5.1
bgneal@759 3 MySQL-python==1.2.5
bgneal@747 4 django-debug-toolbar==1.0
bgneal@759 5 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-master
bgneal@753 6 django-haystack==2.1.0
bgneal@582 7 django-tagging==0.3.1
bgneal@849 8 html5lib==0.999
bgneal@849 9 bleach==1.4
bgneal@890 10 pytz==2013b0
bgneal@753 11 queued-search==2.1.0
bgneal@890 12 -e hg+https://bgneal@bitbucket.org/bgneal/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues-dev
bgneal@654 13 redis==2.7.2
bgneal@582 14 repoze.timeago==0.5
bgneal@890 15 -e git+https://github.com/notanumber/xapian-haystack.git@37add92bc43fe50bf165e91f370269c26272f1eb#egg=xapian_haystack-dev
bgneal@654 16 anyjson==0.3.3
bgneal@750 17 celery==3.1.7
bgneal@747 18 django-picklefield==0.3.1
bgneal@750 19 kombu==3.0.8
bgneal@582 20 python-dateutil==1.5
bgneal@582 21 python-memcached==1.48
bgneal@654 22 docutils==0.10
bgneal@750 23 amqp==1.3.3
bgneal@582 24 Fabric==1.4.1
bgneal@851 25 six==1.8.0
bgneal@582 26 pycrypto==2.5
bgneal@582 27 ssh==1.7.13
bgneal@687 28 ftfy==2.0.1
bgneal@890 29 Pillow==2.7.0
bgneal@707 30 boto==2.13.0
bgneal@747 31 sqlparse==0.1.10
bgneal@750 32 billiard==3.3.0.13
bgneal@858 33 google-api-python-client==1.3.1
bgneal@858 34 httplib2==0.9
bgneal@858 35 oauth2client==1.4.1
bgneal@858 36 pyasn1==0.1.7
bgneal@858 37 pyasn1-modules==0.0.5
bgneal@858 38 rsa==3.1.4
bgneal@858 39 simplejson==3.6.5
bgneal@858 40 uritemplate==0.6
bgneal@890 41 mock==1.0.1
bgneal@582 42 #
bgneal@705 43 # These packages I punted on and hacked into my virtualenv by
bgneal@654 44 # symlinking to the global site-packages:
bgneal@582 45 # xapian