fix: filter more flask

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

View File

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