From 8e02dec0fcd9d4b6aa189450d944190ddc855382 Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Thu, 11 Aug 2022 12:02:14 -0400 Subject: [PATCH] Remove unused dependency httpx --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c84055933..40ad06a3c 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ 'djangorestframework-yaml', 'drf-extensions', 'drf-yasg', - 'httpx', 'jsonschema', 'pydantic', 'boto3[s3]',