Author: David Schneider <[email protected]> Branch: Changeset: r675:9782a725ea70 Date: 2012-09-03 13:59 +0200 http://bitbucket.org/pypy/buildbot/changeset/9782a725ea70/
Log: document the requirements for runnig the buildbot diff --git a/requirements.txt b/requirements.txt new file mode 100644 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,11 @@ +Jinja2==2.6 +SQLAlchemy==0.7.8 +Tempita==0.5.1 +Twisted==8.2.0 +argparse==1.2.1 +buildbot==0.8.4 +decorator==3.3.3 +py==1.4.9 +sqlalchemy-migrate==0.6 +wsgiref==0.1.2 +zope.interface==4.0.1 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
