I'm new python flask developer. I want to deloy my application to heroku app. But it got ther Error: "ModuleNotFoundError: No module named 'flask_wtf'".
There is packages and installation
requirements.txt
beautifulsoup4==4.8.0
certifi==2019.6.16
Click==7.0
comtypes==1.1.7
Flask==1.1.1
Flask-WTF==0.14.2
gunicorn==19.9.0
html5lib==1.0.1
itsdangerous==1.1.0
Jinja2==2.10.1
lxml==4.4.1
MarkupSafe==1.1.1
pipenv==2018.11.26
python-dotenv==0.10.3
pywin32==224
selenium==3.141.0
six==1.12.0
soupsieve==1.9.3
urllib3==1.25.3
virtualenv==16.7.5
virtualenv-clone==0.5.3
webencodings==0.5.1
Werkzeug==0.15.5
WTForms==2.2.1
xlwings==0.15.8
Is there any way to install the module flask_wtf' on heroku app? I got the error when put the requirment.txt to heroku server.