From 42cf213646a1b22d2c7731b1eae04509bfd000d1 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte Date: Mon, 5 Aug 2024 13:05:18 +0200 Subject: [PATCH] add inflection --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 55f979b..c32b509 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,6 @@ django-extensions opencage markdown huey +# needed by openapi +inflection #end of file