From c5ee59f836ea6fac41e321046df8e9860eabf5ab Mon Sep 17 00:00:00 2001 From: philip Date: Tue, 4 Jan 2022 14:14:24 +0300 Subject: [PATCH] Adds faker requirements --- apps/cic-notify/test_requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/cic-notify/test_requirements.txt b/apps/cic-notify/test_requirements.txt index 24f35801..7217efc1 100644 --- a/apps/cic-notify/test_requirements.txt +++ b/apps/cic-notify/test_requirements.txt @@ -1,3 +1,5 @@ +Faker==11.1.0 +faker-e164==0.1.0 pytest==6.2.5 pytest-celery~=0.0.0 pytest-mock==3.6.1