Skip to content

Commit

Permalink
依存関係の更新 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
takana-v committed Nov 29, 2021
1 parent 8f8efb3 commit 8dd1f33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 43 deletions.
18 changes: 2 additions & 16 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.7
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements-dev.in
Expand Down Expand Up @@ -29,10 +29,6 @@ h11==0.12.0
# via uvicorn
idna==3.3
# via anyio
importlib-metadata==4.8.1
# via
# click
# pep517
nuitka==0.6.17.4
# via -r requirements-dev.in
numpy==1.20.0
Expand Down Expand Up @@ -76,21 +72,11 @@ starlette==0.16.0
tomli==1.2.2
# via pep517
typing-extensions==3.10.0.2
# via
# anyio
# asgiref
# importlib-metadata
# pydantic
# starlette
# uvicorn
# via pydantic
uvicorn==0.15.0
# via -r requirements.in
wheel==0.37.0
# via pip-tools
zipp==3.6.0
# via
# importlib-metadata
# pep517

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
17 changes: 2 additions & 15 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.7
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements-test.in
Expand Down Expand Up @@ -67,12 +67,6 @@ idna==3.3
# via
# anyio
# requests
importlib-metadata==4.8.1
# via
# click
# flake8
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
isort==5.1.4
Expand Down Expand Up @@ -151,20 +145,13 @@ typed-ast==1.4.3
# mypy
typing-extensions==3.10.0.2
# via
# anyio
# asgiref
# black
# gitpython
# importlib-metadata
# mypy
# pydantic
# starlette
# uvicorn
# pydantic
unidiff==0.7.0
# via pysen
urllib3==1.26.7
# via requests
uvicorn==0.15.0
# via -r requirements.in
zipp==3.6.0
# via importlib-metadata
14 changes: 2 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.7
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements.in
Expand All @@ -26,8 +26,6 @@ h11==0.12.0
# via uvicorn
idna==3.3
# via anyio
importlib-metadata==4.8.1
# via click
numpy==1.20.0
# via
# -r requirements.in
Expand Down Expand Up @@ -59,14 +57,6 @@ soundfile==0.10.3.post1
starlette==0.16.0
# via fastapi
typing-extensions==3.10.0.2
# via
# anyio
# asgiref
# importlib-metadata
# pydantic
# starlette
# uvicorn
# via pydantic
uvicorn==0.15.0
# via -r requirements.in
zipp==3.6.0
# via importlib-metadata

0 comments on commit 8dd1f33

Please sign in to comment.