🔎 feat: search api - fix test

This commit is contained in:
Florian Hönicke
2023-05-18 19:12:55 +02:00
parent 0df787026c
commit 7b5ec7e8fb

View File

@@ -43,6 +43,7 @@ DEMO_TOKEN = '45372338e04f5a41af949024db929d46'
BLACKLISTED_PACKAGES = [
'moderngl', 'pyopengl', 'pyglet', 'pythreejs', 'panda3d', # because they need a screen,
'tika', # because it needs java
'clearbit' # because of installation issues on latest version
]
UNNECESSARY_PACKAGES = [
'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead