From db59f5f69bbdae9973bdce4fc242c71ecb3db41b Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Mon, 30 Nov 2020 14:41:01 +0000 Subject: [PATCH] Add Django to docs requirements --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 051a3023..a0c04337 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ sphinx>=3.2.1,<4.0.0 sphinx_rtd_theme==0.5.0 -recommonmark==0.6.0 \ No newline at end of file +recommonmark==0.6.0 +django>=3.1.1,<4.0.0 \ No newline at end of file