From 0c7275da1a31835d69d3f26b79980934112504c1 Mon Sep 17 00:00:00 2001 From: Andrew Widdersheim Date: Fri, 20 Jan 2017 17:20:39 -0500 Subject: [PATCH] Remove multidict requirement This is no longer necessary after #302. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e6e9b4cc..60606ad4 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ setup( 'httptools>=0.0.9', 'ujson>=1.35', 'aiofiles>=0.3.0', - 'multidict>=2.0', ], classifiers=[ 'Development Status :: 2 - Pre-Alpha',