From d08afd2298696ad1c336f1a301ea69d1988ab28f Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 30 Nov 2018 20:32:31 +0000 Subject: Flask is a dependency! --- README.md | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 063cd55c..4c3a14be 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/requirements.txt b/requirements.txt index 3b9a5b46..0360b157 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ beautifulsoup4 +Flask python-telegram-bot requests scrypt -- cgit v1.3.1-10-gc9f91