diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-11-08 17:18:59 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-11-08 17:18:59 +0100 |
commit | 2d2d2925d309e68705c8fdb20c0d068c2ad73a6a (patch) | |
tree | 36f645bfb4c9182635c074bbf34f2e0891f1e53e | |
parent | 000c8d1f471320dfee050159cb503f74163e9d71 (diff) | |
download | crocoite-2d2d2925d309e68705c8fdb20c0d068c2ad73a6a.tar.gz crocoite-2d2d2925d309e68705c8fdb20c0d068c2ad73a6a.tar.bz2 crocoite-2d2d2925d309e68705c8fdb20c0d068c2ad73a6a.zip |
Update README
Dependency changes after asyncio transition.
-rw-r--r-- | README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |