From 7b3d7f85a65229dea47b3b73fb93afeeb39847e7 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 24 Jan 2019 19:17:31 +0000 Subject: [PATCH] I totally forgot that we don't need flask. at all. --- README.md | 1 - modules/rest_api.py | 1 - 2 files changed, 2 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) diff --git a/modules/rest_api.py b/modules/rest_api.py index 6fe26fb9..85a5fc68 100644 --- a/modules/rest_api.py +++ b/modules/rest_api.py @@ -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