aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-27 14:52:08 +0100
committerGravatar jesopo2019-05-27 14:52:08 +0100
commit76b268e60e5274bed38659fe0cfd723172cc0218 (patch)
tree716346363bb43af84b8d60fe7849d3ee1d7d2f58 /README.md
parentset `changed = True` when we pop a module with no dependencies left (diff)
signature
Switch to using tweepy for tweets module
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 87bd2595..d860b4f9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Python3 event-driven modular IRC bot!
## Dependencies
-[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.
+[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 [tweepy](https://pypi.org/project/tweepy/). Use `pip3 install -r requirements.txt` to install them all at once.
## Setup
See [docs/help/setup.md](docs/help/setup.md).