Dockerfile and requirements.txt update

- Fix bug in python requests module missing after delete py3-pip from build stage
- Downgrade the requirement of bcrypt to >=3.1.7 for older python3 version compatibility
This commit is contained in:
Khanh Ngo
2020-10-10 21:47:58 +02:00
parent 76562f8a46
commit 75a30f14fb
2 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Flask-Migrate==2.5.3
SQLAlchemy==1.3.19
mysqlclient==2.0.1
configobj==5.0.6
bcrypt==3.2.0
bcrypt>=3.1.7
requests==2.24.0
python-ldap==3.3.1
pyotp==2.4.0