Browse Source

Update wheezy.web requirements

INADA Naoki 9 years ago
parent
commit
1b2c72f78e

+ 3 - 3
frameworks/Python/wheezyweb/benchmark_config.json

@@ -20,8 +20,8 @@
       "webserver": "None",
       "webserver": "None",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",
-      "display_name": "wheezy.web",
-      "notes": "CPython 2.7"
+      "display_name": "wheezy.web-py2",
+      "notes": ""
     },
     },
     "py3": {
     "py3": {
       "setup_file": "setup_py3",
       "setup_file": "setup_py3",
@@ -43,7 +43,7 @@
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",
       "display_name": "wheezy.web-py3",
       "display_name": "wheezy.web-py3",
-      "notes": "CPython 3.4"
+      "notes": ""
     }
     }
   }]
   }]
 }
 }

+ 5 - 5
frameworks/Python/wheezyweb/requirements.txt

@@ -1,10 +1,10 @@
 wheezy.web==0.1.485
 wheezy.web==0.1.485
 wheezy.template==0.1.167
 wheezy.template==0.1.167
 
 
-SQLAlchemy==1.0.4
-mysqlclient==1.3.6
+SQLAlchemy==1.0.12
+mysqlclient==1.3.7
 
 
-gunicorn==19.3.0
-meinheld==0.5.7
+gunicorn==19.4.5
+meinheld==0.5.9
 
 
-greenlet==0.4.7
+greenlet==0.4.9