comparison requirements.txt @ 90:447d75d1e21d

For Django 1.5: localflavor is deprecated in preference to a 3rd party app.
author Brian Neal <bgneal@gmail.com>
date Tue, 27 Aug 2013 20:03:32 -0500
parents 978a08c838d8
children 8cf024410042
comparison
equal deleted inserted replaced
89:b7cdfdde3999 90:447d75d1e21d
1 Django==1.4.5 1 Django==1.5.2
2 MySQL-python==1.2.4 2 MySQL-python==1.2.4
3 argparse==1.2.1 3 argparse==1.2.1
4 python-memcached==1.48 4 python-memcached==1.48
5 wsgiref==0.1.2 5 wsgiref==0.1.2
6 django-localflavor==1.0
7 docutils==0.8.1
8 textile==2.1.5
6 # 9 #
7 # PIL is also hacked into the virtualenv via a symlink to the site-packages version 10 # PIL is also hacked into the virtualenv via a symlink to the site-packages version
8 # 11 #