diff --git a/scripts/get_cache_key.py b/scripts/get_cache_key.py index 6e1f539..dab099e 100644 --- a/scripts/get_cache_key.py +++ b/scripts/get_cache_key.py @@ -7,7 +7,7 @@ from time import gmtime, time, strftime from typing import List -ALL_FEATURES = ['exiv2', 'expat', 'ffmpeg', 'libzip', 'openssl', 'pkgconf', 'x264', 'zlib'] +ALL_FEATURES = ['exiv2', 'expat', 'ffmpeg', 'libzip', 'openssl', 'pkgconf', 'rapidjson', 'x264', 'zlib'] def sha256(data) -> str: if isinstance(data, str):