From 8fb39d470ca8bb85e5586906c9bbd6ead41a0496 Mon Sep 17 00:00:00 2001
From: Vincent Texier <vit@free.fr>
Date: Mon, 30 Nov 2020 11:35:35 +0100
Subject: [PATCH] [enh] #140 remove aiohttp from dependencies

---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 63dceff6..0c849b30 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,6 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry.dependencies]
 python = "^3.6.8"
-aiohttp = "^3.6.3"
 jsonschema = "^3.2.0"
 pypeg2 = "^2.15.2"
 attrs = "^20.2.0"
-- 
GitLab