From 979f1fdd38a27867d76440b4be9c20f8c8f53d6d Mon Sep 17 00:00:00 2001 From: m9810223 Date: Fri, 23 Jun 2023 18:31:23 +0800 Subject: [PATCH] chore: update install command for `FileCache` --- cachecontrol/caches/file_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachecontrol/caches/file_cache.py b/cachecontrol/caches/file_cache.py index a4ddb5e..523bb1a 100644 --- a/cachecontrol/caches/file_cache.py +++ b/cachecontrol/caches/file_cache.py @@ -79,7 +79,7 @@ def __init__( """ NOTE: In order to use the FileCache you must have filelock installed. You can install it via pip: - pip install filelock + pip install cachecontrol[filecache] """ ) raise ImportError(notice)