CharlesHe16/attendee-search

openpyxl required

Closed this issue · 0 comments

Testing this with a fresh Python 3.9 venv virtual environment, I get the error ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl.

Adding openpyxl to requirements.txt fixes this.