From 2d2d2925d309e68705c8fdb20c0d068c2ad73a6a Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 8 Nov 2018 17:18:59 +0100 Subject: Update README Dependency changes after asyncio transition. --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 61c5b04..e5f75c5 100644 --- a/README.rst +++ b/README.rst @@ -14,12 +14,14 @@ Quick start The following dependencies must be present to run crocoite: - Python 3 -- pychrome_ +- aiohttp_ +- websockets_ - warcio_ - html5lib_ - bottom_ (IRC client) -.. _pychrome: https://github.com/fate0/pychrome +.. _aiohttp: https://aiohttp.readthedocs.io/ +.. _websockets: https://websockets.readthedocs.io/ .. _warcio: https://github.com/webrecorder/warcio .. _html5lib: https://github.com/html5lib/html5lib-python .. _bottom: https://github.com/numberoverzero/bottom -- cgit v1.2.3