I am using flask. I am using AWS as authentication, when I installed boto3 it works good at my computer but when I tried to deploy my flask app into Heroku server it does not work and I got this error
ModuleNotFoundError: No module named 'boto3'
this is my requirements.txt :
boto3==1.4.4
botocore==1.5.95
cffi==1.14.5
click==7.1.2
cryptography==3.4.7
docutils==0.17.1
ecdsa==0.14.1
Flask==1.1.2
Flask-SQLAlchemy==2.5.1
Flask-SQLAlchemy-Session==1.1
Flask-WTF==0.14.3
gunicorn==20.1.0
itsdangerous==1.1.0
Jinja2==2.11.3
jmespath==0.10.0
jwt==1.2.0
MarkupSafe==1.1.1
psycopg2-binary==2.8.6
pyasn1==0.4.8
pycparser==2.20
python-dateutil==2.8.1
python-jose==3.2.0
rsa==4.7.2
s3transfer==0.1.13
six==1.15.0
SQLAlchemy==1.3.23
urllib3==1.26.4
Werkzeug==1.0.1
WTForms==2.3.3