Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
81 views
in Technique[技术] by (71.8m points)

python - How to install in heroku flask_bcrypt ? heroku ignores it

I have an issue where heroku says flask_bcrypt is not installed, and when I push it to heroku and deploy heroku ignores my requirements.txt. Is there a way for me to manually install in heroku?

Thanks

flask-bcrypt==0.7.1  
Flask==1.1.1
Flask-CLI==0.4.0
Flask-Login==0.5.0
flask-marshmallow==0.11.0
Flask-Migrate==2.5.3
Flask-Script==2.0.6
Flask-SQLAlchemy==2.4.1
Flask-WTF==0.14.3
gunicorn==20.0.4
bcrypt==3.1.4             
flask-peewee==3.0.3
Flask-WTF==0.14.3
Jinja2==2.11.1
lazy-object-proxy==1.4.3
regex==2020.4.4
requests==2.23.0
slugify==0.0.1
SQLAlchemy==1.3.16
sqlparse==0.3.1
urllib3==1.25.8
utils==1.0.1
wcwidth==0.1.9
Werkzeug==1.0.1
wtf-peewee==3.0.0
WTForms==2.2.1
question from:https://stackoverflow.com/questions/66057645/how-to-install-in-heroku-flask-bcrypt-heroku-ignores-it

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...