diff options
| author | Fuwn <[email protected]> | 2025-06-29 07:25:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-29 07:25:16 -0700 |
| commit | 0469c2da8e6ff3acdcd70c8f01157bf3f15a2282 (patch) | |
| tree | cf65b2cc7a9f0b7309f5971e095e65bce0f4c6ee /requirements-dev.lock | |
| download | oguri-0469c2da8e6ff3acdcd70c8f01157bf3f15a2282.tar.xz oguri-0469c2da8e6ff3acdcd70c8f01157bf3f15a2282.zip | |
feat: Initial commit
Diffstat (limited to 'requirements-dev.lock')
| -rw-r--r-- | requirements-dev.lock | 67 |
1 files changed, 67 insertions, 0 deletions
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 |