refactor: summarize error message without line number

This commit is contained in:
Florian Hönicke
2023-05-27 17:38:11 +02:00
parent 6a91649488
commit b73a5b11a7

View File

@@ -52,10 +52,11 @@ BLACKLISTED_PACKAGES = [
'tika', # because it needs java
'clearbit', # because of installation issues on latest version
'pyttsx3', # after engine.save_to_file(summarized_text, "summarized_audio.wav"); engine.runAndWait() "summarized_audio.wav" does not exist
'pypng', # if we provide access to the documentation all should be fine but for now it is too hard to use since the import is png
]
UNNECESSARY_PACKAGES = [
'jinja2', 'werkzeug', '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
'pypng', # if we provide access to the documentation all should be fine but for now it is too hard to use since the import is png
]
LANGUAGE_PACKAGES = [