diff options
| author | 2019-04-25 16:01:38 +0100 | |
|---|---|---|
| committer | 2019-04-25 16:01:38 +0100 | |
| commit | ce1bbb7abed5c8aa167ce3397b05adc65f7ab6f1 (patch) | |
| tree | 95b80e832d7d725e76d275305ffbaf8e8781bd18 /README.md | |
| parent | Refuse to get the title for any url that points locall (diff) | |
Add netifaces to requirements
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Python3 event-driven modular IRC bot! ## Dependencies -[BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4), [requests](https://pypi.org/project/requests/), [scrypt](https://pypi.python.org/pypi/scrypt), [suds](https://pypi.python.org/pypi/suds-jurko) and [twitter](https://pypi.python.org/pypi/twitter). Use `pip3 install -r requirements.txt` to install them all at once. +[BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4), [netifaces](https://pypi.org/project/netifaces/), [requests](https://pypi.org/project/requests/), [scrypt](https://pypi.python.org/pypi/scrypt), [suds](https://pypi.python.org/pypi/suds-jurko) and [twitter](https://pypi.python.org/pypi/twitter). Use `pip3 install -r requirements.txt` to install them all at once. ## Setup See [docs/help/setup.md](docs/help/setup.md). |
