comparison requirements.txt @ 653:78a297531582

Fix last commit which goofed up the requirements.txt file.
author Brian Neal <bgneal@gmail.com>
date Sat, 11 May 2013 12:22:19 -0500
parents 328db5cedda1
children 6467eabe74d4
comparison
equal deleted inserted replaced
652:328db5cedda1 653:78a297531582
1 Django==1.4.5 1 Django==1.4.5
2 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev 2 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev
3 MySQL-python==1.2.4 3 MySQL-python==1.2.4
4 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2 4 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev
5 b591#egg=django_elsewhere-dev
6 django-haystack==1.2.7 5 django-haystack==1.2.7
7 django-tagging==0.3.1 6 django-tagging==0.3.1
8 gdata==2.0.15 7 gdata==2.0.15
9 html5lib==0.90 8 html5lib==0.90
10 pytz==2013b 9 pytz==2013b
25 docutils==0.10 24 docutils==0.10
26 amqp==1.0.11 25 amqp==1.0.11
27 argparse==1.2.1 26 argparse==1.2.1
28 six==1.3.0 27 six==1.3.0
29 # 28 #
30 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global 29 # There were two packages that I punted on and hacked into my virtualenv by
31 # site-packages 30 # symlinking to the global site-packages:
32 # PIL 31 # PIL
33 # xapian 32 # xapian
34 # 33 #