virtualenv/web/res/res_create_env.py
changeset 295 af29252631ac
parent 292 f6742c41d7a3
child 345 7bc38c7d6cf9
--- a/virtualenv/web/res/res_create_env.py	Thu Jul 17 10:43:56 2014 +0200
+++ b/virtualenv/web/res/res_create_env.py	Thu Jul 17 15:39:28 2014 +0200
@@ -7,7 +7,7 @@
 INSTALLS = [ #(key,method, option_str, dict_extra_env)
     'LXML',
     'PSYCOPG2',
-    #'PIL', 
+    'PIL', 
     'DJANGO',
     'DJANGO-EXTENSIONS',
     'REGISTRATION',
@@ -22,6 +22,7 @@
     'PYYAML',
     'REQUESTS',
     'PYELASTICSEARCH',
+    'EASYTHUMBNAIL',
 ]
 
 if system_str == 'Windows':