From 1531e94cc7270aa94e67932c15cffe936a7f7f1d Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 15 Feb 2019 15:15:55 +0100 Subject: [PATCH] pre-commit is a dev requirement --- dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 05a9a8f4..54a64481 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,6 +9,7 @@ cryptography html5lib # needed for beautifulsoup mock notebook +pre-commit pytest-asyncio pytest-cov pytest>=3.3