From 16bebd6e4b28f3910bdd3057d4221d4879db9ae8 Mon Sep 17 00:00:00 2001 From: ITQ Date: Thu, 20 Feb 2025 11:34:15 +0300 Subject: [PATCH] chore: removed unused deps --- solution/services/backend/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/solution/services/backend/pyproject.toml b/solution/services/backend/pyproject.toml index 9aa2df6..ff68bc9 100644 --- a/solution/services/backend/pyproject.toml +++ b/solution/services/backend/pyproject.toml @@ -16,7 +16,6 @@ dependencies = [ "django-stubs-ext>=5.1.3", "gunicorn>=23.0.0", "httpx>=0.28.1", - "openai>=1.63.0", "pillow>=11.1.0", "psycopg2-binary>=2.9.10", "pydantic>=2.10.5",