mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-09 07:34:04 +00:00
Adjustment to work with Python3
This commit is contained in:
@ -1,14 +1,16 @@
|
||||
Flask>=0.10
|
||||
Flask-WTF>=0.11
|
||||
Flask-Login>=0.2.11
|
||||
configobj==5.0.5
|
||||
bcrypt==3.1.0
|
||||
requests==2.7.0
|
||||
python-ldap==2.4.21
|
||||
Flask-SQLAlchemy==2.1
|
||||
SQLAlchemy==1.0.9
|
||||
Flask==0.12.2
|
||||
Flask-WTF==0.14.2
|
||||
Flask-Login==0.4.1
|
||||
Flask-OAuthlib==0.9.4
|
||||
Flask-SQLAlchemy==2.3.2
|
||||
SQLAlchemy==1.2.5
|
||||
sqlalchemy-migrate==0.10.0
|
||||
pyotp==2.2.1
|
||||
qrcode==5.3
|
||||
Flask-OAuthlib==0.9.3
|
||||
dnspython>=1.12.0
|
||||
mysqlclient==1.3.12
|
||||
configobj==5.0.6
|
||||
bcrypt==3.1.4
|
||||
requests==2.18.4
|
||||
python-ldap==3.0.0
|
||||
pyotp==2.2.6
|
||||
qrcode==6.0
|
||||
dnspython==1.15.0
|
||||
gunicorn==19.7.1
|
||||
|
Reference in New Issue
Block a user