Mercurial > public > sg101
comparison requirements_dev.txt @ 654:8b5231cb211b
Update requirements for development.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 11 May 2013 12:53:32 -0500 |
parents | cb61b53472d2 |
children | 6467eabe74d4 |
comparison
equal
deleted
inserted
replaced
653:78a297531582 | 654:8b5231cb211b |
---|---|
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.3 | 3 MySQL-python==1.2.4 |
4 django-debug-toolbar==0.9.4 | 4 django-debug-toolbar==0.9.4 |
5 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev | 5 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev |
6 django-haystack==1.2.7 | 6 django-haystack==1.2.7 |
7 django-tagging==0.3.1 | 7 django-tagging==0.3.1 |
8 gdata==2.0.15 | 8 gdata==2.0.15 |
9 html5lib==0.90 | 9 html5lib==0.90 |
10 pytz==2011n | 10 pytz==2013b |
11 queued-search==1.0.4 | 11 queued-search==1.0.4 |
12 queues==0.6.1 | 12 queues==0.6.1 |
13 redis==2.4.10 | 13 redis==2.7.2 |
14 repoze.timeago==0.5 | 14 repoze.timeago==0.5 |
15 xapian-haystack==1.1.5beta | 15 xapian-haystack==1.1.5beta |
16 amqplib==1.0.2 | 16 anyjson==0.3.3 |
17 anyjson==0.3.1 | |
18 celery==2.4.5 | 17 celery==2.4.5 |
19 django-celery==2.4.2 | 18 django-celery==2.4.2 |
20 django-picklefield==0.1.9 | 19 django-picklefield==0.3.0 |
21 # not needed for Python 2.7 importlib==1.0.2 | 20 kombu==2.5.10 |
22 kombu==1.5.1 | |
23 multiprocessing==2.6.2.1 | |
24 ordereddict==1.1 | |
25 python-dateutil==1.5 | 21 python-dateutil==1.5 |
26 python-memcached==1.48 | 22 python-memcached==1.48 |
27 wsgiref==0.1.2 | 23 wsgiref==0.1.2 |
28 python-ts3==0.1 | 24 python-ts3==0.1 |
25 docutils==0.10 | |
26 amqp==1.0.11 | |
29 Fabric==1.4.1 | 27 Fabric==1.4.1 |
30 argparse==1.2.1 | 28 argparse==1.2.1 |
29 six==1.3.0 | |
31 distribute==0.6.24 | 30 distribute==0.6.24 |
32 pycrypto==2.5 | 31 pycrypto==2.5 |
33 ssh==1.7.13 | 32 ssh==1.7.13 |
34 docutils==0.9 | |
35 # | 33 # |
36 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global | 34 # There were two packages that I punted on and hacked into my virtualenv by |
37 # site-packages | 35 # symlinking to the global site-packages: |
38 # PIL | 36 # PIL |
39 # xapian | 37 # xapian |
40 # | 38 # |
41 ## The following requirements were added by pip --freeze: | 39 ## The following requirements were added by pip --freeze: |
40 ftfy==2.0.1 |