summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-11-08 17:18:59 +0100
committerLars-Dominik Braun <lars@6xq.net>2018-11-08 17:18:59 +0100
commit2d2d2925d309e68705c8fdb20c0d068c2ad73a6a (patch)
tree36f645bfb4c9182635c074bbf34f2e0891f1e53e /README.rst
parent000c8d1f471320dfee050159cb503f74163e9d71 (diff)
downloadcrocoite-2d2d2925d309e68705c8fdb20c0d068c2ad73a6a.tar.gz
crocoite-2d2d2925d309e68705c8fdb20c0d068c2ad73a6a.tar.bz2
crocoite-2d2d2925d309e68705c8fdb20c0d068c2ad73a6a.zip
Update README
Dependency changes after asyncio transition.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files 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