From 0c6f5c5ebb60896eb444d8ce58fcb6a655dcad7b Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 2 Nov 2020 23:00:09 +0100 Subject: include fuzzycat in Pipfile > https://stackoverflow.com/q/50205311/89391 --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 7168542..e0df5da 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,7 @@ isort = "*" yapf = "*" ipython = "*" twine = "*" +fuzzycat = {editable = true, path = "."} [packages] elasticsearch = "*" -- cgit v1.2.3