aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-07-10 17:32:59 +0100
committerGravatar jesopo2019-07-10 17:32:59 +0100
commit8217724f41b4a34bf1ea67b2974cecae9c5a3930 (patch)
tree11a52285443e0f2ad83f208d2519e61ffb57fd0f
parentadd ability to disable !mute for networks that dont support mutes (diff)
signature
We don't need to show all dependencies in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21829218..40acc5cb 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Python3 event-driven modular IRC bot!
## Requirements
-Python3.6+ and [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4), [dnspython](https://pypi.org/project/dnspython/), [feedparser](https://pypi.org/project/feedparser/), [lxml](https://pypi.org/project/lxml/), [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), [tornado](https://pypi.org/project/tornado/) and [tweepy](https://pypi.org/project/tweepy/). Use `pip3 install -r requirements.txt` to install them all at once.
+`pip3 install -r requirements.txt`
## Setup
See [docs/help/setup.md](docs/help/setup.md).