Mercurial > public > madeira
comparison requirements.txt @ 133:d618107d2120
Updated requirements.txt for Django 1.6.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 24 Dec 2013 17:27:20 -0600 |
parents | f2e49c4496d8 |
children | b1f04bde03c1 |
comparison
equal
deleted
inserted
replaced
132:e53efcac7a7a | 133:d618107d2120 |
---|---|
1 Django==1.5.4 | 1 Django==1.6.1 |
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 | 6 django-localflavor==1.0 |
7 docutils==0.11 | 7 docutils==0.11 |
8 # | 8 Pillow==2.2.2 |
9 # PIL is also hacked into the virtualenv via a symlink to the site-packages version | |
10 # |