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. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index c604d81..71d9947 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,7 @@ These dependencies must be present to run crocoite: - websockets_ - warcio_ - html5lib_ +- yarl_ - bottom_ (IRC client) - `Google Chrome`_ @@ -33,6 +34,7 @@ These dependencies must be present to run crocoite: .. _html5lib: https://github.com/html5lib/html5lib-python .. _bottom: https://github.com/numberoverzero/bottom .. _Google Chrome: https://www.google.com/chrome/ +.. _yarl: https://yarl.readthedocs.io/ The following commands clone the repository from GitHub_, set up a virtual environment and install crocoite: -- cgit v1.2.3