aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-30 20:32:31 +0000
committerGravatar jesopo2018-11-30 20:32:31 +0000
commitd08afd2298696ad1c336f1a301ea69d1988ab28f (patch)
tree554dedf1bb29bd2f902e5c68d48f8ae98d496656
parent'uderline' -> 'underline' typo in utils.irc (diff)
Flask is a dependency!
-rw-r--r--README.md1
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 0 deletions
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