Skip to content

Commit 23471ad

Browse files
authored
chore: update install command for FileCache (#318)
1 parent ffdfe8d commit 23471ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachecontrol/caches/file_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(
7979
"""
8080
NOTE: In order to use the FileCache you must have
8181
filelock installed. You can install it via pip:
82-
pip install filelock
82+
pip install cachecontrol[filecache]
8383
"""
8484
)
8585
raise ImportError(notice)

0 commit comments

Comments
 (0)