Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Oct 15, 2023
1 parent 23c0d6c commit 6116744
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,36 @@
#
# pip-compile --extra=all --output-file=requirements/pyproject.txt pyproject.toml
#
anyio==4.0.0
# via starlette
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
# via
# fastapi
# starlette
cffi==1.16.0
# via cryptography
cryptography==41.0.4
# via pyjwt
fastapi==0.98.0
fastapi==0.103.2
# via authx (pyproject.toml)
idna==3.4
# via anyio
pycparser==2.21
# via cffi
pydantic==1.10.13
pydantic==2.4.2
# via
# authx (pyproject.toml)
# fastapi
pydantic-core==2.10.1
# via pydantic
pyjwt[crypto]==2.8.0
# via authx (pyproject.toml)
sniffio==1.3.0
# via anyio
starlette==0.27.0
# via fastapi
typing-extensions==4.8.0
# via pydantic
# via
# fastapi
# pydantic
# pydantic-core

0 comments on commit 6116744

Please sign in to comment.