From 4256a8ba81d94d9d88bdacab76d88afc58486e5c Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Tue, 8 Feb 2022 14:53:44 +0100 Subject: [PATCH] Add missing dependency `more-itertools` --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 89155f83..f2a2ee7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,7 @@ hashids==1.2.0 inflection==0.3.1 marshmallow==3.0.0b11 marshmallow-enum==1.4.1 +more-itertools==8.12.0 passlib==1.7.1 phonenumbers==8.9.11 pytest==7.0.0