mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 07:04:20 +01:00
🔎 feat: search api - fix test
This commit is contained in:
@@ -43,6 +43,7 @@ DEMO_TOKEN = '45372338e04f5a41af949024db929d46'
|
|||||||
BLACKLISTED_PACKAGES = [
|
BLACKLISTED_PACKAGES = [
|
||||||
'moderngl', 'pyopengl', 'pyglet', 'pythreejs', 'panda3d', # because they need a screen,
|
'moderngl', 'pyopengl', 'pyglet', 'pythreejs', 'panda3d', # because they need a screen,
|
||||||
'tika', # because it needs java
|
'tika', # because it needs java
|
||||||
|
'clearbit' # because of installation issues on latest version
|
||||||
]
|
]
|
||||||
UNNECESSARY_PACKAGES = [
|
UNNECESSARY_PACKAGES = [
|
||||||
'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead
|
'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead
|
||||||
|
|||||||
Reference in New Issue
Block a user