I totally forgot that we don't need flask. at all.

This commit is contained in:
jesopo 2019-01-24 19:17:31 +00:00
parent 1a24f17375
commit 7b3d7f85a6
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -2,7 +2,6 @@
#--require-config tls-api-certificate
import http.server, json, ssl, threading, uuid, urllib.parse
import flask
from src import ModuleManager, utils
_bot = None