mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 07:13:18 +08:00
add dnspython
This commit is contained in:
parent
66b59a265a
commit
9296fd42c4
2 changed files with 3 additions and 1 deletions
|
@ -27,3 +27,4 @@ flask-debugtoolbar
|
|||
requests_oauthlib
|
||||
pyopenssl
|
||||
aiosmtpd
|
||||
dnspython
|
|
@ -27,6 +27,7 @@ click==7.0 # via flask, pip-tools
|
|||
crontab==0.22.5 # via yacron
|
||||
cryptography==2.7 # via jwcrypto, pyopenssl
|
||||
decorator==4.4.0 # via ipython, traitlets
|
||||
dnspython==1.16.0
|
||||
docutils==0.14 # via botocore
|
||||
flask-admin==1.5.3
|
||||
flask-cors==3.0.8
|
||||
|
|
Loading…
Reference in a new issue