fix: filter more flask

This commit is contained in:
Florian Hönicke
2023-05-26 14:39:34 +02:00
parent b80ae6f3ab
commit 825ee95e7b
3 changed files with 2 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ BLACKLISTED_PACKAGES = [
'clearbit' # because of installation issues on latest version
]
UNNECESSARY_PACKAGES = [
'flask', 'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead
'flask', 'flask_restful', 'flask_json', 'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead
]
LANGUAGE_PACKAGES = [