From 87d85c1947b2187fd654cc86895a97a62bf77265 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 27 May 2019 18:10:46 +0700 Subject: [PATCH] Remove yarl from requirements.txt since it is installed by aiohttp. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22375f97..c06ee6c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ jsonschema==2.6.0 aiohttp>=2.3.3,<2.4.0 # pyup: ignore aiohttp-cors==0.6.0 # pyup: ignore; last version to support python 3.4 -yarl>=0.11 Jinja2>=2.7.3 raven>=5.23.0 psutil>=3.0.0