From 9d7974e3e7e8a4575ea61cb33a30fa291d12ae38 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 3 Jan 2019 19:34:17 +0100 Subject: browser: Turn Item into RequestResponsePair MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously Item was just a simple wrapper around Chrome’s Network.* events. This turned out to be quite nasty when testing, so its replacement, RequestResponsePair, does some level of abstraction. This makes testing alot easier, since we now can simply instantiate it without building a proper DevTools event. Should come without any functional changes. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 982fa92..7cf6b32 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( 'aiohttp', 'PyYAML', 'yarl', + 'multidict', ], entry_points={ 'console_scripts': [ -- cgit v1.2.3