From abcfaa8c828c4951b80867cf26c00f007648e5d2 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Wed, 20 Oct 2021 21:13:05 -0600 Subject: [PATCH] add xlrd to installation requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6cfe400..3bb6391 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,6 @@ setup( zip_safe=False, install_requires=[ 'flask', + 'xlrd', ], )