Browse Source

add pycryptodome, phpserialize for paddle

Son NK 5 years ago
parent
commit
3ef4f58805
2 changed files with 5 additions and 1 deletions
  1. 3 1
      requirements.in
  2. 2 0
      requirements.txt

+ 3 - 1
requirements.in

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

+ 2 - 0
requirements.txt

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