add pycryptodome, phpserialize for paddle

This commit is contained in:
Son NK 2019-12-14 20:53:58 +02:00
parent e4ba4297e1
commit 3ef4f58805
2 changed files with 5 additions and 1 deletions

View File

@ -28,4 +28,6 @@ requests_oauthlib
pyopenssl
aiosmtpd
dnspython
coloredlogs
coloredlogs
pycryptodome
phpserialize

View File

@ -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