mirror of
https://github.com/simple-login/app.git
synced 2025-10-09 23:07:33 +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
|
requests_oauthlib
|
||||||
pyopenssl
|
pyopenssl
|
||||||
aiosmtpd
|
aiosmtpd
|
||||||
|
dnspython
|
|
@ -27,6 +27,7 @@ click==7.0 # via flask, pip-tools
|
||||||
crontab==0.22.5 # via yacron
|
crontab==0.22.5 # via yacron
|
||||||
cryptography==2.7 # via jwcrypto, pyopenssl
|
cryptography==2.7 # via jwcrypto, pyopenssl
|
||||||
decorator==4.4.0 # via ipython, traitlets
|
decorator==4.4.0 # via ipython, traitlets
|
||||||
|
dnspython==1.16.0
|
||||||
docutils==0.14 # via botocore
|
docutils==0.14 # via botocore
|
||||||
flask-admin==1.5.3
|
flask-admin==1.5.3
|
||||||
flask-cors==3.0.8
|
flask-cors==3.0.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue