Use correct crypto library

This commit is contained in:
aliabid94 2021-03-25 11:10:42 -07:00 committed by GitHub
parent b554aaf0f1
commit 88d9cdcdd5

View File

@ -30,6 +30,6 @@ setup(
'librosa',
'colorama >= 0.3.9',
'markdown2',
'Crypto'
'pycrypto'
],
)