From fde2fdba63ca4bcf47c1b5d333c6cbdddb196add Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Mon, 29 Mar 2021 16:43:34 +0200 Subject: [PATCH] Remove asgiref dependency, django manages itself --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c1ff5f..acfb163 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -asgiref~=3.3.1 Django~=3.1 django-address~=0.2 django-bootstrap-datepicker-plus~=3.0