Skip to content

Commit

Permalink
Merge 34f1b12 into 4e79d11
Browse files Browse the repository at this point in the history
  • Loading branch information
takana-v authored Dec 8, 2021
2 parents 4e79d11 + 34f1b12 commit 97d011d
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 143 deletions.
20 changes: 10 additions & 10 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r requirements.in
cython
nuitka
pip-licenses
pip-tools
pre-commit
# 以下のパッケージはWindowsでは必要とされてるが、Linux上でpip-compileすると出力内容に含まれないため明示的に含めている
atomicwrites
colorama
-r requirements.in
cython
nuitka
pip-licenses
pip-tools
pre-commit

# 以下のパッケージはWindowsでは必要とされてるが、Linux上でpip-compileすると出力内容に含まれないため明示的に含めている
atomicwrites
colorama
104 changes: 52 additions & 52 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,108 +1,108 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements-dev.in
#
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements-dev.in
#
aiofiles==0.7.0
# via -r requirements.in
# via -r requirements.in
anyio==3.3.4
# via starlette
# via starlette
asgiref==3.4.1
# via uvicorn
# via uvicorn
atomicwrites==1.4.0
# via -r requirements-dev.in
# via -r requirements-dev.in
backports.entry-points-selectable==1.1.1
# via virtualenv
# via virtualenv
cffi==1.15.0
# via soundfile
# via soundfile
cfgv==3.3.1
# via pre-commit
# via pre-commit
click==8.0.3
# via
# pip-tools
# uvicorn
# uvicorn
colorama==0.4.4
# via -r requirements-dev.in
# via -r requirements-dev.in
cython==0.29.24
# via
# -r requirements-dev.in
# pyopenjtalk
# pyworld
# pyworld
distlib==0.3.3
# via virtualenv
# via virtualenv
fastapi==0.70.0
# via -r requirements.in
# via -r requirements.in
filelock==3.4.0
# via virtualenv
# via virtualenv
h11==0.12.0
# via uvicorn
# via uvicorn
identify==2.4.0
# via pre-commit
# via pre-commit
idna==3.3
# via anyio
# via anyio
nodeenv==1.6.0
# via pre-commit
# via pre-commit
nuitka==0.6.17.4
# via -r requirements-dev.in
# via -r requirements-dev.in
numpy==1.20.0
# via
# -r requirements.in
# pyopenjtalk
# pyworld
# scipy
# scipy
pep517==0.12.0
# via pip-tools
# via pip-tools
pip-licenses==3.5.3
# via -r requirements-dev.in
# via -r requirements-dev.in
pip-tools==6.4.0
# via -r requirements-dev.in
# via -r requirements-dev.in
platformdirs==2.4.0
# via virtualenv
# via virtualenv
pre-commit==2.16.0
# via -r requirements-dev.in
# via -r requirements-dev.in
ptable==0.9.2
# via pip-licenses
# via pip-licenses
pycparser==2.20
# via cffi
# via cffi
pydantic==1.8.2
# via fastapi
# via fastapi
pyopenjtalk @ git+https://github.com/Hiroshiba/pyopenjtalk@69e5f354634f98098113f9cac5a6ea736443f9c9
# via -r requirements.in
# via -r requirements.in
python-multipart==0.0.5
# via -r requirements.in
# via -r requirements.in
pyworld==0.3.0
# via -r requirements.in
# via -r requirements.in
pyyaml==6.0
# via
# -r requirements.in
# pre-commit
# pre-commit
scipy==1.7.1
# via -r requirements.in
# via -r requirements.in
six==1.16.0
# via
# pyopenjtalk
# python-multipart
# virtualenv
# virtualenv
sniffio==1.2.0
# via anyio
# via anyio
soundfile==0.10.3.post1
# via -r requirements.in
# via -r requirements.in
starlette==0.16.0
# via fastapi
# via fastapi
toml==0.10.2
# via pre-commit
# via pre-commit
tomli==1.2.2
# via pep517
# via pep517
typing-extensions==3.10.0.2
# via pydantic
# via pydantic
uvicorn==0.15.0
# via -r requirements.in
# via -r requirements.in
virtualenv==20.10.0
# via pre-commit
# via pre-commit
wheel==0.37.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
8 changes: 4 additions & 4 deletions requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.in
pysen[lint]
pytest
coveralls
-r requirements.in
pysen[lint]
pytest
coveralls
Loading

0 comments on commit 97d011d

Please sign in to comment.