From b9302a09c678566fca14ff601137d90d3473f6f7 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 13 Feb 2020 15:21:05 -0800 Subject: [PATCH] Add openpyxl to requirements.txt Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a6aede5b..50193894 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,3 +14,4 @@ simplejson sympy textx yapf==0.24.0 +openpyxl