Browse Source

bottle: Update requirements

INADA Naoki 10 years ago
parent
commit
e4ca84da07

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

@@ -1,6 +1,6 @@
-bottle==0.12.7
-bottle-sqlalchemy==0.4.1
-SQLAlchemy==0.9.7
-gunicorn==19.1
-PyMySQL==0.6.2
-tornado==3.2.2
+bottle==0.12.8
+bottle-sqlalchemy==0.4.2
+SQLAlchemy==1.0.4
+gunicorn==19.3.0
+PyMySQL==0.6.6
+tornado==4.2

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

@@ -1,8 +1,8 @@
-bottle==0.12.7
-bottle-sqlalchemy==0.4.1
-SQLAlchemy==0.9.4
-gunicorn==19.1
+bottle==0.12.8
+bottle-sqlalchemy==0.4.2
+SQLAlchemy==1.0.4
+gunicorn==19.3.0
 meinheld==0.5.7
-mysqlclient==1.3.1
-greenlet==0.4.5
+mysqlclient==1.3.6
+greenlet==0.4.7
 uwsgi