mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-09 07:34:04 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user