server/virtualenv/web/res/res_create_env.py
changeset 28 41087fe3db69
parent 1 e0dbcf98c13e
equal deleted inserted replaced
10:dd7d86fbee70 28:41087fe3db69
    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)