From cef3c141ca71309d321d06ec5e9b566482179c67 Mon Sep 17 00:00:00 2001 From: Aseem Saxena Date: Mon, 19 May 2025 14:47:36 -0400 Subject: [PATCH] tests will pass now --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15dc01098..ee6fa9d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,6 @@ pytest = ">=7.0.0,!=8.3.4" gitpython = ">=3.1.31" libcst = ">=1.0.1" jedi = ">=0.19.1" -tiktoken = ">=0.7.0" timeout-decorator = ">=0.5.0" pytest-timeout = ">=2.1.0" tomlkit = ">=0.11.7"