From 4f4719a66db19ce8a8a806dae5d905a43ec9c33d Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Tue, 28 Nov 2023 16:21:43 -0500 Subject: [PATCH] fixing pipfile --- src/Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Pipfile b/src/Pipfile index 5d0a59bc0..224bd3b34 100644 --- a/src/Pipfile +++ b/src/Pipfile @@ -43,4 +43,5 @@ django-stubs = "*" django-webtest = "*" types-cachetools = "*" boto3-mocking = "*" -boto3-stubs = "*" \ No newline at end of file +boto3-stubs = "*" +django-model2puml = "*" \ No newline at end of file