From 5a08df2ab17a680b017a6552e3b40cb0e1d16162 Mon Sep 17 00:00:00 2001 From: Pratyush Basu Date: Tue, 25 Jul 2023 15:16:12 +0530 Subject: [PATCH] issues-383: Added attr & attrs in the rquirements.txt to handle the 'ModuleNotFoundError' error generated by 'jsonschema' module (Circular Dependancy) --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 3ac87f91..9e500a03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,3 +18,5 @@ jsonschema graphviz ipaddress deepdiff==3.3.0 +attr +attrs \ No newline at end of file