remove unnecessary flask dependency

This commit is contained in:
2023-07-16 22:48:24 +00:00
parent 125528c567
commit 3fa1bb4c92
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ import konfuzius
import fml
import string
import random
from flask import Flask, request
from nslookup import nslookup
import rss
-1
View File
@@ -1,5 +1,4 @@
pytz
beautifulsoup4~=4.11
flask~=2.2
dnspython~=2.2
feedparser~=6.0