[pypy-commit] buildbot default: Update requirements.txt

rlamy noreply at buildbot.pypy.org
Mon Oct 19 18:48:06 EDT 2015


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: 
Changeset: r966:624b0ebfca9a
Date: 2015-10-19 23:48 +0100
http://bitbucket.org/pypy/buildbot/changeset/624b0ebfca9a/

Log:	Update requirements.txt

diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,18 +1,16 @@
-Flask==0.9
-Jinja2==2.7.1
-MarkupSafe==0.18
-SQLAlchemy==0.7.9
-Tempita==0.5.1
-Twisted==13.1.0
-Werkzeug==0.8.3
-argparse==1.2.1
-buildbot==0.8.8
-buildbot-slave==0.8.6p1
-decorator==3.4.0
-mock==1.0.1
-py==1.4.18
-pytest==2.2.4
+buildbot==0.8.10
+buildbot-slave==0.8.10
+decorator==4.0.4
+Flask==0.10.1
+itsdangerous==0.24
+Jinja2==2.8
+MarkupSafe==0.23
+py==1.4.30
+pytest==2.8.2
 python-dateutil==1.5
+SQLAlchemy==0.7.10
 sqlalchemy-migrate==0.7.2
-wsgiref==0.1.2
-zope.interface==4.0.5
+Tempita==0.5.2
+Twisted==15.4.0
+Werkzeug==0.10.4
+zope.interface==4.1.3


More information about the pypy-commit mailing list