mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
add pycryptodome, phpserialize for paddle
This commit is contained in:
parent
e4ba4297e1
commit
3ef4f58805
2 changed files with 5 additions and 1 deletions
|
@ -28,4 +28,6 @@ requests_oauthlib
|
|||
pyopenssl
|
||||
aiosmtpd
|
||||
dnspython
|
||||
coloredlogs
|
||||
coloredlogs
|
||||
pycryptodome
|
||||
phpserialize
|
|
@ -57,6 +57,7 @@ oauthlib==3.0.2 # via requests-oauthlib
|
|||
packaging==19.0 # via pytest
|
||||
parso==0.4.0 # via jedi
|
||||
pexpect==4.7.0 # via ipython
|
||||
phpserialize==1.3
|
||||
pickleshare==0.7.5 # via ipython
|
||||
pip-tools==3.8.0
|
||||
pluggy==0.12.0 # via pytest
|
||||
|
@ -65,6 +66,7 @@ psycopg2-binary==2.8.2
|
|||
ptyprocess==0.6.0 # via pexpect
|
||||
py==1.8.0 # via pytest
|
||||
pycparser==2.19 # via cffi
|
||||
pycryptodome==3.9.4
|
||||
pygments==2.4.2 # via ipython
|
||||
pyopenssl==19.0.0
|
||||
pyparsing==2.4.0 # via packaging
|
||||
|
|
Loading…
Reference in a new issue