16 INSTALLS.extend([ #(key,method, option_str, dict_extra_env) |
16 INSTALLS.extend([ #(key,method, option_str, dict_extra_env) |
17 ('SETUPTOOLS-HG', 'pip', None, None), |
17 ('SETUPTOOLS-HG', 'pip', None, None), |
18 ('MYSQL', 'pip', None, None), |
18 ('MYSQL', 'pip', None, None), |
19 ('PIL', 'easy_install', None, None), |
19 ('PIL', 'easy_install', None, None), |
20 ('DJANGO','pip', None, None), |
20 ('DJANGO','pip', None, None), |
21 ('JOGGING','pip', None, None), |
|
22 ('DJANGO-EXTENSIONS', 'pip', None, None), |
21 ('DJANGO-EXTENSIONS', 'pip', None, None), |
23 ('DJANGO-REGISTRATION', 'easy_install', '-Z', None), |
22 ('DJANGO-REGISTRATION', 'easy_install', '-Z', None), |
24 ('DJANGO-TAGGING', 'pip', None, None), |
23 ('DJANGO-TAGGING', 'pip', None, None), |
25 ('DJANGO-PISTON', 'pip', None, None), |
24 ('DJANGO-PISTON', 'pip', None, None), |
26 ('HTTPLIB2', 'pip', None, None), |
25 ('HTTPLIB2', 'pip', None, None), |
27 ('OAUTH2', 'easy_install', None, None), |
26 ('OAUTH2', 'easy_install', None, None), |
28 ('DJANGO-OAUTH-PLUS', 'pip', None, None), |
27 ('DJANGO-OAUTH-PLUS', 'pip', None, None), |
|
28 ('OPENID', 'pip', None, None), |
|
29 ('DJANGO_OPENID_CONSUMER', 'pip', None, None), |
|
30 ('SOCIAL_AUTH', 'easy_install', None, None), |
29 ('PHOTOLOGUE', 'pip', None, None), |
31 ('PHOTOLOGUE', 'pip', None, None), |
30 ('MODELTRANSLATION', 'pip', None, None), |
32 ('MODELTRANSLATION', 'pip', None, None), |
31 ]) |
33 ]) |
32 |
34 |
33 if system_str == 'Windows': |
35 if system_str == 'Windows': |
34 INSTALLS.extend([ |
36 INSTALLS.extend([ |
35 ('JCC','easy_install',None,None), |
37 ('JCC','easy_install',None,None), |
|
38 ('PSYCOPG2',install_psycopg2,None,None), |
36 ('PYLUCENE','easy_install',None,None), |
39 ('PYLUCENE','easy_install',None,None), |
37 ('PSYCOPG2',install_psycopg2,None,None), |
|
38 ]) |
40 ]) |
39 else: |
41 else: |
40 INSTALLS.extend([ |
42 INSTALLS.extend([ |
41 ('PYLUCENE',install_pylucene,None,None), |
43 ('PYLUCENE',install_pylucene,None,None), |
42 ('PSYCOPG2', 'pip', None, None), |
44 ('PSYCOPG2', 'pip', None, None), |