From 093538218c7eeca68d7ffde8a37a8654321710be Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Wed, 8 Apr 2020 12:21:27 -0700 Subject: [PATCH] Add python-gflags to requirements.txt Reminded by https://github.com/tonyyang-svail, the following demo requires the package python-gflags. https://github.com/multiparty/conclave/blob/4afa84f40e860b19f2655cb1eee4c950bc27f11c/benchmarks/ssn/data_gen.py#L5 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 14109776..531dbb06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ pystache>=0.5.4 nose requests +python-gflags