From 374bf9db003d78781c4c82c1c8ed64303dbbdddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Tue, 2 May 2023 14:45:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA4=EF=B8=8F=E2=83=A3=20test:=20level?= =?UTF-8?q?=204=20blacklist=20tika?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.py b/src/constants.py index d03b047..bbf45f5 100644 --- a/src/constants.py +++ b/src/constants.py @@ -41,6 +41,7 @@ DEMO_TOKEN = '45372338e04f5a41af949024db929d46' BLACKLISTED_PACKAGES = [ # 'Pyrender', 'Trimesh', 'moderngl', 'pyopengl', 'pyglet', 'pythreejs', 'panda3d', # because they need a screen, + 'tika' # because it needs java 'fastapi', 'uvicorn', 'starlette', # because we use jina executors ]