Add gerritlib to requirements

We will need a way to plug-in to the gerrit stream
so that we can push comments; this library seems to
be the defacto one to do this (and I have contributed
code to it so I understand mostly how it works).

Change-Id: I485a7e3a72d8d9042ba6da696808b2e29a8bcb2a
This commit is contained in:
Joshua Harlow 2015-03-30 22:59:09 -07:00
parent 1a66998a2a
commit ea9a848e8e
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ PyYAML>=3.1.0
SQLAlchemy>=0.9.7,<=0.9.99
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
six>=1.9.0
gerritlib