From eb9206216686344a5a423216ff1e0cf99c1e3206 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Thu, 3 Jun 2021 22:40:49 -0500 Subject: Add tests and docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86b3dbe..dc9454d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ To set up for local development (requires [poetry](https://python-poetry.org/doc ```bash $ git clone https://github.com/reclosedev/requests-cache.git $ cd requests-cache -$ poetry install -E backends +$ poetry install -v -E all ``` ## Pre-commit Hooks -- cgit v1.2.1