aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2018-10-10 14:43:44 +0100
committerGravatar jesopo2018-10-10 14:43:44 +0100
commitfda881b0ba8d5516116aaebb853a03a51cb15f72 (patch)
treea3c437da15263eee5047a9a915a0a7ed9265c871
parentWe're supposed to support passwords with spaces! (diff)
signature
Add requests to README.md dependencies
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index dca94837..c2a5b8c3 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ Python3 event-driven modular IRC bot!
## Dependencies
* [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4)
* [python-telegram-bot](https://pypi.org/project/python-telegram-bot/)
+* [requests](https://pypi.org/project/requests/)
* [scrypt](https://pypi.python.org/pypi/scrypt)
* [suds](https://pypi.python.org/pypi/suds-jurko)
* [twitter](https://pypi.python.org/pypi/twitter)