Mercurial > public > sg101
comparison requirements_dev.txt @ 990:81b96f3c9e59
Reorganized requirements files to be DRY.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 31 Oct 2015 17:36:31 -0500 |
parents | 4f265f61874b |
children | 5ba2508939f7 |
comparison
equal
deleted
inserted
replaced
989:2908859c2fe4 | 990:81b96f3c9e59 |
---|---|
1 Django==1.7.10 | 1 -r requirements.txt |
2 Markdown==2.5.1 | 2 Fabric==1.4.1 |
3 MySQL-python==1.2.5 | |
4 django-debug-toolbar==1.3.0 | 3 django-debug-toolbar==1.3.0 |
5 django-haystack==2.3.1 | 4 mock==1.0.1 |
6 django-tagging==0.3.1 | |
7 html5lib==0.999 | |
8 bleach==1.4 | |
9 pytz==2015.2 | |
10 queued-search==2.1.0 | |
11 redis==2.7.2 | |
12 repoze.timeago==0.5 | |
13 anyjson==0.3.3 | |
14 celery==3.1.18 | |
15 django-picklefield==0.3.1 | |
16 kombu==3.0.26 | |
17 python-dateutil==1.5 | |
18 python-memcached==1.48 | |
19 docutils==0.10 | |
20 amqp==1.4.6 | |
21 Fabric==1.4.1 | |
22 six==1.8.0 | |
23 pycrypto==2.5 | 5 pycrypto==2.5 |
6 sqlparse==0.1.14 | |
24 ssh==1.7.13 | 7 ssh==1.7.13 |
25 ftfy==2.0.1 | |
26 Pillow==2.7.0 | |
27 boto==2.13.0 | |
28 sqlparse==0.1.14 | |
29 billiard==3.3.0.20 | |
30 google-api-python-client==1.3.1 | |
31 httplib2==0.9 | |
32 oauth2client==1.4.1 | |
33 pyasn1==0.1.7 | |
34 pyasn1-modules==0.0.5 | |
35 rsa==3.1.4 | |
36 simplejson==3.6.5 | |
37 uritemplate==0.6 | |
38 mock==1.0.1 | |
39 lxml==3.4.2 | |
40 testfixtures==4.1.2 | 8 testfixtures==4.1.2 |
41 requests==2.7.0 | |
42 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-master | |
43 -e git+https://github.com/notanumber/xapian-haystack.git@a3a3a4e7cfba3e2e1be3a42abf59edd29ea03c05#egg=xapian_haystack-master | |
44 -e hg+https://bgneal@bitbucket.org/bgneal/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues-dev | |
45 # | |
46 # These packages I punted on and hacked into my virtualenv by | |
47 # symlinking to the global site-packages: | |
48 # xapian |