From 0469c2da8e6ff3acdcd70c8f01157bf3f15a2282 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 29 Jun 2025 07:25:16 -0700 Subject: feat: Initial commit --- requirements-dev.lock | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 requirements-dev.lock (limited to 'requirements-dev.lock') diff --git a/requirements-dev.lock b/requirements-dev.lock new file mode 100644 index 0000000..bfd2dc1 --- /dev/null +++ b/requirements-dev.lock @@ -0,0 +1,67 @@ +# generated by rye +# use `rye lock` or `rye sync` to update this lockfile +# +# last locked with the following flags: +# pre: false +# features: [] +# all-features: false +# with-sources: false +# generate-hashes: false +# universal: false + +-e file:. +annotated-types==0.7.0 + # via pydantic +anyio==4.9.0 + # via httpx +ariadne-codegen @ git+https://github.com/flonou/ariadne-codegen@a18ea3a0803f4ec5fdccb90c530932a3d9418940 + # via oguri +asyncio==3.4.3 + # via oguri +autoflake==2.3.1 + # via ariadne-codegen +black==25.1.0 + # via ariadne-codegen +certifi==2025.6.15 + # via httpcore + # via httpx +click==8.2.1 + # via ariadne-codegen + # via black +graphql-core==3.2.6 + # via ariadne-codegen +h11==0.16.0 + # via httpcore +httpcore==1.0.9 + # via httpx +httpx==0.28.1 + # via ariadne-codegen +idna==3.10 + # via anyio + # via httpx +isort==6.0.1 + # via ariadne-codegen +mypy-extensions==1.1.0 + # via black +packaging==25.0 + # via black +pathspec==0.12.1 + # via black +platformdirs==4.3.8 + # via black +pydantic==2.11.7 + # via ariadne-codegen +pydantic-core==2.33.2 + # via pydantic +pyflakes==3.4.0 + # via autoflake +sniffio==1.3.1 + # via anyio +toml==0.10.2 + # via ariadne-codegen +typing-extensions==4.14.0 + # via pydantic + # via pydantic-core + # via typing-inspection +typing-inspection==0.4.1 + # via pydantic -- cgit v1.2.3