Mercurial > public > sg101
comparison requirements_dev.txt @ 582:392fd36360c6
Added a requirements_dev.txt file since with Python 2.7 we no longer
need the importlib.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 May 2012 17:28:29 -0500 |
parents | |
children | d812188d6595 |
comparison
equal
deleted
inserted
replaced
581:ee87ea74d46b | 582:392fd36360c6 |
---|---|
1 Django==1.4 | |
2 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev | |
3 MySQL-python==1.2.3 | |
4 django-debug-toolbar==0.9.4 | |
5 -e git+https://github.com/gremmie/django-elsewhere.git@af738d50efb143a86673a2edf258bb93706682c8#egg=django_elsewhere-dev | |
6 django-haystack==1.2.7 | |
7 django-tagging==0.3.1 | |
8 gdata==2.0.15 | |
9 html5lib==0.90 | |
10 pytz==2011n | |
11 queued-search==1.0.4 | |
12 queues==0.6.1 | |
13 redis==2.4.10 | |
14 repoze.timeago==0.5 | |
15 xapian-haystack==1.1.5beta | |
16 amqplib==1.0.2 | |
17 anyjson==0.3.1 | |
18 celery==2.4.5 | |
19 django-celery==2.4.2 | |
20 django-picklefield==0.1.9 | |
21 # not needed for Python 2.7 importlib==1.0.2 | |
22 kombu==1.5.1 | |
23 multiprocessing==2.6.2.1 | |
24 ordereddict==1.1 | |
25 python-dateutil==1.5 | |
26 python-memcached==1.48 | |
27 wsgiref==0.1.2 | |
28 python-ts3==0.1 | |
29 Fabric==1.4.1 | |
30 argparse==1.2.1 | |
31 distribute==0.6.24 | |
32 pycrypto==2.5 | |
33 ssh==1.7.13 | |
34 # | |
35 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global | |
36 # site-packages | |
37 # PIL | |
38 # xapian | |
39 # |