From e5c75807ceb5009c93131a1aef6466081933b951 Mon Sep 17 00:00:00 2001 From: Alif Jahan Date: Sun, 31 Mar 2019 22:55:12 +0600 Subject: [PATCH] :fire: removed duplicate dependency in pyproject.toml (#128) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 232009c89..46809810a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,6 @@ all = [ "pyyaml", "graphene", "ujson", - "ujson", "email_validator", "uvicorn", ]