From fb305c53d26ffce53c89c1dc2db5327197789b30 Mon Sep 17 00:00:00 2001 From: Aaron Lee Date: Mon, 27 Dec 2021 15:38:20 +0800 Subject: [PATCH] update requirements.txt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 45c2810..993f5ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,9 @@ Flask_SQLAlchemy == 2.5.1 # Attendance/functions.py: 15 mysql_connector_python == 8.0.27 +# Attendance/export.py: 3 +openpyxl == 3.0.9 + # Attendance/functions.py: 10 pandas == 1.1.3