Openpyxl being shown as a missing dependency
I have a project which has a python file lifo.py which has a function “process” accepting a DataFrame as input and return a DataFrame as output. I also have a pyqt program main.py which is responsible for accepting an Excel file as input and saving an Excel file, calling the function in lifo.py.