27 ('FLASK-SQLALCHEMY', 'pip', None, None), |
27 ('FLASK-SQLALCHEMY', 'pip', None, None), |
28 ('SIMPLEJSON', 'pip', None, None), |
28 ('SIMPLEJSON', 'pip', None, None), |
29 ('ANYJSON', 'pip', None, None), |
29 ('ANYJSON', 'pip', None, None), |
30 ('PYTZ', 'pip', None, None), |
30 ('PYTZ', 'pip', None, None), |
31 ('RFC3339', 'pip', None, None), |
31 ('RFC3339', 'pip', None, None), |
|
32 ('IRI_TWEET', 'pip', None, None), |
32 ]) |
33 ]) |
33 |
34 |
34 |
35 |
35 def generate_install_methods(path_locations, src_base, Logger, call_subprocess): |
36 def generate_install_methods(path_locations, src_base, Logger, call_subprocess): |
36 return lib_generate_install_methods(path_locations, src_base, Logger, call_subprocess, INSTALLS) |
37 return lib_generate_install_methods(path_locations, src_base, Logger, call_subprocess, INSTALLS) |