aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar jesopo2019-01-24 19:17:31 +0000
committerGravatar jesopo2019-01-24 19:17:31 +0000
commit7b3d7f85a65229dea47b3b73fb93afeeb39847e7 (patch)
treec1a1e76c3730f521c2812dab2f54c168c8bab02f /README.md
parent`IRCServer.Server.irc_lower` should have a return type hint of `str` (diff)
signature
I totally forgot that we don't need flask. at all.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31897953..cb2c1e02 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@ Python3 event-driven modular IRC bot!
## Dependencies
* [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4)
-* [Flask](https://pypi.org/project/Flask/)
* [requests](https://pypi.org/project/requests/)
* [scrypt](https://pypi.python.org/pypi/scrypt)
* [suds](https://pypi.python.org/pypi/suds-jurko)