From b4ac626be622b235c7fd63686c4d950bb2ca1fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 20 Jan 2020 12:07:19 +0100 Subject: [PATCH] added retry library to be used for retrying on phabricator interaction --- scripts/phabtalk/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/phabtalk/requirements.txt b/scripts/phabtalk/requirements.txt index da2a929..3c9d93e 100644 --- a/scripts/phabtalk/requirements.txt +++ b/scripts/phabtalk/requirements.txt @@ -1,3 +1,4 @@ phabricator==0.7.0 lxml==4.4.1 -gitpython==3.0.5 \ No newline at end of file +gitpython==3.0.5 +retrying==1.3.3 \ No newline at end of file