mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-19 22:54:21 +01:00
🔎 feat: search api - fix test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user