mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 07:04:20 +01:00
⏪ fix: self healing response parser
This commit is contained in:
@@ -53,7 +53,7 @@ BLACKLISTED_PACKAGES = [
|
|||||||
'clearbit' # because of installation issues on latest version
|
'clearbit' # because of installation issues on latest version
|
||||||
]
|
]
|
||||||
UNNECESSARY_PACKAGES = [
|
UNNECESSARY_PACKAGES = [
|
||||||
'flask', 'flask_restful', 'http.server', 'flask_json', 'flask_cors', 'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead
|
'jinja2', 'werkzeug', 'flask', 'flask_restful', 'http.server', 'flask_json', 'flask_cors', 'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead
|
||||||
]
|
]
|
||||||
|
|
||||||
LANGUAGE_PACKAGES = [
|
LANGUAGE_PACKAGES = [
|
||||||
|
|||||||
Reference in New Issue
Block a user