Add requests to README.md dependencies

This commit is contained in:
jesopo 2018-10-10 14:43:44 +01:00
parent 796c3832b6
commit fda881b0ba

View file

@ -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)