annotate requirements.txt @ 693:ad69236e8501

For issue #52, update many 3rd party Javascript libraries. Updated to jquery 1.10.2, jquery ui 1.10.3. This broke a lot of stuff. - Found a newer version of the jquery cycle all plugin (3.0.3). - Updated JPlayer to 2.4.0. - Updated to MarkItUp 1.1.14. This also required me to add multiline attributes set to true on various buttons in the markdown set. - As per a stackoverflow post, added some code to get multiline titles in a jQuery UI dialog. They removed that functionality but allow you to put it back. Tweaked the MarkItUp preview CSS to show blockquotes in italic. Did not update TinyMCE at this time. I'm not using the JQuery version and this version appears to work ok for now. What I should do is make a repo for MarkItUp and do a vendor branch thing so I don't have to futz around diffing directories to figure out if I'll lose changes when I update.
author Brian Neal <bgneal@gmail.com>
date Wed, 04 Sep 2013 19:55:20 -0500
parents a03e0254350b
children a6c664e04649
rev   line source
bgneal@688 1 Django==1.5.2
bgneal@657 2 Markdown==2.3.1
bgneal@650 3 MySQL-python==1.2.4
bgneal@653 4 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev
bgneal@583 5 django-haystack==1.2.7
bgneal@510 6 django-tagging==0.3.1
bgneal@510 7 gdata==2.0.15
bgneal@510 8 html5lib==0.90
bgneal@650 9 pytz==2013b
bgneal@542 10 queued-search==1.0.4
bgneal@510 11 queues==0.6.1
bgneal@650 12 redis==2.7.2
bgneal@510 13 repoze.timeago==0.5
bgneal@542 14 xapian-haystack==1.1.5beta
bgneal@650 15 anyjson==0.3.3
bgneal@511 16 celery==2.4.5
bgneal@511 17 django-celery==2.4.2
bgneal@650 18 django-picklefield==0.3.0
bgneal@650 19 kombu==2.5.10
bgneal@511 20 python-dateutil==1.5
bgneal@511 21 python-memcached==1.48
bgneal@547 22 wsgiref==0.1.2
bgneal@547 23 python-ts3==0.1
bgneal@650 24 docutils==0.10
bgneal@650 25 amqp==1.0.11
bgneal@650 26 argparse==1.2.1
bgneal@650 27 six==1.3.0
bgneal@670 28 ftfy==2.0.1
bgneal@510 29 #
bgneal@653 30 # There were two packages that I punted on and hacked into my virtualenv by
bgneal@653 31 # symlinking to the global site-packages:
bgneal@510 32 # PIL
bgneal@510 33 # xapian