removed scrypt dependency
This commit is contained in:
parent
d7dbff5f28
commit
4874c8e119
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user