From 241c1d7146f38db55b450c2bc64f30760857a83b Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Thu, 23 Jan 2020 15:43:21 +0100 Subject: [PATCH] Fix requirements.txt --- scripts/phabtalk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/phabtalk/requirements.txt b/scripts/phabtalk/requirements.txt index 1acc4fc..4b20cc1 100644 --- a/scripts/phabtalk/requirements.txt +++ b/scripts/phabtalk/requirements.txt @@ -2,4 +2,4 @@ phabricator==0.7.0 lxml==4.4.1 gitpython==3.0.5 retrying==1.3.3 -pathspec=0.7.0 \ No newline at end of file +pathspec==0.7.0 \ No newline at end of file