diff --git a/setup.py b/setup.py index 075bd0c8f..10be21d2a 100644 --- a/setup.py +++ b/setup.py @@ -14,11 +14,10 @@ REQUIRES = [ 'pbkdf2', 'cryptography', 'attrs', - 'plyvel', 'pylru' ] -if sys.platform.startswith('win32'): - REQUIRES.remove('plyvel') +if sys.platform.startswith('linux'): + REQUIRES.append('plyvel') setup(