From 79eb22d0df884c6d56ce3ce04a6d374ec482873b Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Wed, 11 Sep 2024 11:13:42 -0400 Subject: [PATCH] update lockfile; remove requirements.txt --- requirements.txt | 31 ------------------------------- uv.lock | 2 +- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 7db42a0..0000000 --- a/requirements.txt +++ /dev/null @@ -1,31 +0,0 @@ -annotated-types==0.7.0 -anyio==4.4.0 -certifi==2024.8.30 -click==8.1.7 -click-default-group==1.2.4 -distro==1.9.0 -h11==0.14.0 -httpcore==1.0.5 -httpx==0.27.2 -idna==3.8 -jiter==0.5.0 -llm==0.15 -openai==1.44.0 -pip==24.0 -pluggy==1.5.0 -pydantic==2.9.0 -pydantic-core==2.23.2 -python-dateutil==2.9.0.post0 -python-ulid==2.7.0 -pyyaml==6.0.2 -setuptools==74.1.2 -six==1.16.0 -sniffio==1.3.1 -sqlite-fts4==1.0.3 -sqlite-migrate==0.1b0 -sqlite-utils==3.37 -tabulate==0.9.0 -tqdm==4.66.5 -typing==3.10.0.0 -typing-extensions==4.12.2 -tzdata==2024.1 diff --git a/uv.lock b/uv.lock index 6593860..ff5a8e2 100644 --- a/uv.lock +++ b/uv.lock @@ -170,7 +170,7 @@ wheels = [ [[package]] name = "llm-cloudflare" -version = "0.3" +version = "0.4.1" source = { virtual = "." } dependencies = [ { name = "llm" },