remove unnecessary flask dependency

This commit is contained in:
jkhsjdhjs 2023-07-16 22:47:38 +00:00
parent 125528c567
commit 3fa1bb4c92
2 changed files with 0 additions and 2 deletions

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

View File

@ -1,5 +1,4 @@
pytz
beautifulsoup4~=4.11
flask~=2.2
dnspython~=2.2
feedparser~=6.0