mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
add dkimpy as dependency
This commit is contained in:
parent
e2f30dade6
commit
18751d452b
2 changed files with 3 additions and 1 deletions
|
@ -30,4 +30,5 @@ aiosmtpd
|
|||
dnspython
|
||||
coloredlogs
|
||||
pycryptodome
|
||||
phpserialize
|
||||
phpserialize
|
||||
dkimpy
|
|
@ -28,6 +28,7 @@ coloredlogs==10.0
|
|||
crontab==0.22.5 # via yacron
|
||||
cryptography==2.7 # via jwcrypto, pyopenssl
|
||||
decorator==4.4.0 # via ipython, traitlets
|
||||
dkimpy==1.0.1
|
||||
dnspython==1.16.0
|
||||
docutils==0.14 # via botocore
|
||||
flask-admin==1.5.3
|
||||
|
|
Loading…
Reference in a new issue