In my django application I use the openpyxl module to work with excel files. It works perfectly locally but when I deploy on heroku it doesn't work. I have this error:
import openpyxl
ModuleNotFoundError: No module named 'openpyxl'
My python version 3.8
What can I do to solve this problem? Thanks in advance.