I totally forgot that we don't need flask. at all.
This commit is contained in:
parent
1a24f17375
commit
7b3d7f85a6
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue