From 5e444dd6511d97308a84ae9c86ebf14547d01f01 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 18 Dec 2018 12:34:25 +0100 Subject: Parse URLs by default Use library yarl (already pulled in by aiohttp). No URL processed should be a string. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7223406..0a21c02 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup( 'websockets', 'aiohttp', 'PyYAML', + 'yarl', ], entry_points={ 'console_scripts': [ -- cgit v1.2.3