removed scrypt dependency

This commit is contained in:
shim_ 2018-07-19 22:12:06 +02:00
parent d7dbff5f28
commit 4874c8e119
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import bson, scrypt import bson#, scrypt
from Crypto.Cipher import AES from Crypto.Cipher import AES
from Crypto.Util import Counter from Crypto.Util import Counter

View File

@ -1,6 +1,6 @@
asn1crypto==0.24.0 asn1crypto==0.24.0
pycrypto pycrypto
scrypt #scrypt
bson==0.5.6 bson==0.5.6
salsa20 salsa20
requests requests