fix: fix bring back the test description for func generation

This commit is contained in:
Florian Hönicke
2023-05-26 12:58:59 +02:00
parent df7e6f41cb
commit a7d5cec0bd
2 changed files with 17 additions and 2 deletions

View File

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