From 085f99e3599887dafc02c127810e07ffd755c601 Mon Sep 17 00:00:00 2001 From: adhytianara <muhamad.adhytia@ui.ac.id> Date: Wed, 17 Mar 2021 23:34:10 +0700 Subject: [PATCH] [CHORES] Add isort dependency --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8fa195..bbdf78b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ sqlparse==0.4.1 django-cors-headers==3.7.0 pylint==2.0.0 pylint-django==2.0.13 -pylint-plugin-utils==0.6 \ No newline at end of file +pylint-plugin-utils==0.6 +isort==4.2.15 \ No newline at end of file -- GitLab