From 7bc1ee80683f51aca07cf9c5152d61439c3812c0 Mon Sep 17 00:00:00 2001 From: Heitor Carvalho Date: Mon, 19 May 2025 13:20:22 -0300 Subject: [PATCH] Remove auth0 from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cdc2bf6f..1bea8bded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ dependencies = [ "openpyxl>=3.1.5", "pyvis>=0.3.2", # Authentication and Security - "auth0-python>=4.7.1", "python-dotenv>=1.0.0", # Configuration and Utils "click>=8.1.7",