Browse Source

bottle: Update requirements

INADA Naoki 9 years ago
parent
commit
b6d5cfd962

+ 6 - 6
frameworks/Python/bottle/requirements-pypy.txt

@@ -1,6 +1,6 @@
-bottle==0.12.8
-bottle-sqlalchemy==0.4.2
-SQLAlchemy==1.0.4
-gunicorn==19.3.0
-PyMySQL==0.6.7
-tornado==4.2
+bottle==0.12.9
+bottle-sqlalchemy==0.4.3
+SQLAlchemy==1.0.12
+gunicorn==19.4.5
+PyMySQL==0.7.2
+tornado==4.3

+ 8 - 8
frameworks/Python/bottle/requirements.txt

@@ -1,8 +1,8 @@
-bottle==0.12.8
-bottle-sqlalchemy==0.4.2
-SQLAlchemy==1.0.4
-gunicorn==19.3.0
-meinheld==0.5.7
-mysqlclient==1.3.6
-greenlet==0.4.7
-uwsgi
+bottle==0.12.9
+bottle-sqlalchemy==0.4.3
+SQLAlchemy==1.0.12
+gunicorn==19.4.5
+meinheld==0.5.9
+mysqlclient==1.3.7
+greenlet==0.4.9
+uwsgi==2.0.12