From 6344b2429b2f2a32f8521fe15761bee41d384cf4 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 31 Jan 2025 22:38:58 -0800 Subject: [PATCH] Kill requirements.txt --- pyproject.toml | 1 - requirements.txt | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 requirements.txt diff --git a/pyproject.toml b/pyproject.toml index d0813d2b0..dd74de214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,6 @@ dev = [ "pytest-nbval", # For notebook testing "black", "ruff", - "mypy", "types-requests", "types-setuptools", ] diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index e38b23043..000000000 --- a/requirements.txt +++ /dev/null @@ -1,13 +0,0 @@ -blobfile -fire -httpx -huggingface-hub -llama-models>=0.1.0 -llama-stack-client>=0.1.0 -prompt-toolkit -python-dotenv -pydantic>=2 -requests -rich -setuptools -termcolor