From 7b5ec7e8fb380c66356477dfc67e93f09b124372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Thu, 18 May 2023 19:12:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8E=20feat:=20search=20api=20-=20fix?= =?UTF-8?q?=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev_gpt/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev_gpt/constants.py b/dev_gpt/constants.py index b50cef2..6888758 100644 --- a/dev_gpt/constants.py +++ b/dev_gpt/constants.py @@ -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