mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-19 14:44:20 +01:00
⏪ fix: filter more flask
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user