Skip to content

Commit

Permalink
add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Jun 11, 2024
1 parent 16e01e5 commit f453ee8
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/python/quilt3-admin/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ariadne-codegen
62 changes: 62 additions & 0 deletions api/python/quilt3-admin/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via httpx
ariadne-codegen==0.13.0
# via -r requirements.in
autoflake==2.3.1
# via ariadne-codegen
black==24.4.2
# via ariadne-codegen
certifi==2024.6.2
# via
# httpcore
# httpx
click==8.1.7
# via
# ariadne-codegen
# black
graphql-core==3.2.3
# via ariadne-codegen
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via ariadne-codegen
idna==3.7
# via
# anyio
# httpx
isort==5.13.2
# via ariadne-codegen
mypy-extensions==1.0.0
# via black
packaging==24.1
# via black
pathspec==0.12.1
# via black
platformdirs==4.2.2
# via black
pydantic==2.7.3
# via ariadne-codegen
pydantic-core==2.18.4
# via pydantic
pyflakes==3.2.0
# via autoflake
sniffio==1.3.1
# via
# anyio
# httpx
toml==0.10.2
# via ariadne-codegen
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core

0 comments on commit f453ee8

Please sign in to comment.