Flask is a dependency!

This commit is contained in:
jesopo 2018-11-30 20:32:31 +00:00
parent cdfe6d2959
commit d08afd2298
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ Python3 event-driven modular IRC bot!
## Dependencies
* [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4)
* [Flask](https://pypi.org/project/Flask/)
* [python-telegram-bot](https://pypi.org/project/python-telegram-bot/)
* [requests](https://pypi.org/project/requests/)
* [scrypt](https://pypi.python.org/pypi/scrypt)

View file

@ -1,4 +1,5 @@
beautifulsoup4
Flask
python-telegram-bot
requests
scrypt