Add openpyxl dependency to requirements.txt for Excel file handling

This commit is contained in:
David Peterson 2026-04-20 18:38:24 -05:00
parent f1af1136dc
commit b3b968edf2

View File

@ -5,3 +5,4 @@ pyyaml>=6.0,<7.0
psycopg2-binary>=2.9,<3.0
python-dotenv>=1.0,<2.0
boto3>=1.28,<2.0
openpyxl>=3.1,<4.0