mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-28 14:05:41 +00:00
Replace py-bcrypt with bcrypt
bcrypt is more common and better maintained Signed-off-by: Felix Kaechele <felix@kaechele.ca>
This commit is contained in:
parent
d7a218a212
commit
cae8f92c97
@ -2,7 +2,7 @@ Flask>=0.10
|
|||||||
Flask-WTF>=0.11
|
Flask-WTF>=0.11
|
||||||
Flask-Login>=0.2.11
|
Flask-Login>=0.2.11
|
||||||
configobj==5.0.5
|
configobj==5.0.5
|
||||||
py-bcrypt==0.4
|
bcrypt==3.1.0
|
||||||
requests==2.7.0
|
requests==2.7.0
|
||||||
python-ldap==2.4.21
|
python-ldap==2.4.21
|
||||||
Flask-SQLAlchemy==2.1
|
Flask-SQLAlchemy==2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user