From 52f5241168eac46bb4ba67d1d48b749933de66cb Mon Sep 17 00:00:00 2001 From: moshi Date: Sat, 18 Dec 2021 09:12:43 +0900 Subject: [PATCH] Remove no required dev-packages --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 -- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 411c11f..9ceab41 100644 --- a/poetry.lock +++ b/poetry.lock @@ -299,7 +299,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [[package]] name = "ipykernel" -version = "6.5.0" +version = "6.6.0" description = "IPython Kernel for Jupyter" category = "main" optional = false @@ -308,18 +308,18 @@ python-versions = ">=3.7" [package.dependencies] appnope = {version = "*", markers = "platform_system == \"Darwin\""} debugpy = ">=1.0.0,<2.0" -ipython = ">=7.23.1,<8.0" +ipython = ">=7.23.1" jupyter-client = "<8.0" matplotlib-inline = ">=0.1.0,<0.2.0" tornado = ">=4.2,<7.0" traitlets = ">=5.1.0,<6.0" [package.extras] -test = ["pytest (!=5.3.4)", "pytest-cov", "flaky", "nose", "ipyparallel"] +test = ["pytest (!=5.3.4)", "pytest-cov", "flaky", "ipyparallel"] [[package]] name = "ipython" -version = "7.29.0" +version = "7.30.1" description = "IPython: Productive Interactive Computing" category = "main" optional = false @@ -1227,7 +1227,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "8d8740f1e716ec5f127d2d94e4d64c27e3816c932f3a9b5bd14dc2b0fa8d1ffe" +content-hash = "02ec35bed63eb4d94c19c139ed4ec166035ddb735140ef4a3f81a8e4442aac9c" [metadata.files] altair = [ @@ -1451,12 +1451,12 @@ importlib-resources = [ {file = "importlib_resources-5.4.0.tar.gz", hash = "sha256:d756e2f85dd4de2ba89be0b21dba2a3bbec2e871a42a3a16719258a11f87506b"}, ] ipykernel = [ - {file = "ipykernel-6.5.0-py3-none-any.whl", hash = "sha256:f43de132feea90f86d68c51013afe9694f9415f440053ec9909dd656c75b04b5"}, - {file = "ipykernel-6.5.0.tar.gz", hash = "sha256:299795cca2c4aed7e233e3ad5360e1c73627fd0dcec11a9e75d5b2df43629353"}, + {file = "ipykernel-6.6.0-py3-none-any.whl", hash = "sha256:82ded8919fa7f5483be2b6219c3b13380d93faab1fc49cc2cfcd10e9e24cc158"}, + {file = "ipykernel-6.6.0.tar.gz", hash = "sha256:3a227788216b43982d9ac28195949467627b0d16e6b8af9741d95dcaa8c41a89"}, ] ipython = [ - {file = "ipython-7.29.0-py3-none-any.whl", hash = "sha256:a658beaf856ce46bc453366d5dc6b2ddc6c481efd3540cb28aa3943819caac9f"}, - {file = "ipython-7.29.0.tar.gz", hash = "sha256:4f69d7423a5a1972f6347ff233e38bbf4df6a150ef20fbb00c635442ac3060aa"}, + {file = "ipython-7.30.1-py3-none-any.whl", hash = "sha256:fc60ef843e0863dd4e24ab2bb5698f071031332801ecf8d1aeb4fb622056545c"}, + {file = "ipython-7.30.1.tar.gz", hash = "sha256:cb6aef731bf708a7727ab6cde8df87f0281b1427d41e65d62d4b68934fa54e97"}, ] ipython-genutils = [ {file = "ipython_genutils-0.2.0-py2.py3-none-any.whl", hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8"}, diff --git a/pyproject.toml b/pyproject.toml index 5dd1ef4..0de95b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,6 @@ streamlit = "^1.1.0" black = "^21.10b0" flake8 = "^4.0.1" pydocstyle = "^6.1.1" -ipykernel = "^6.5.0" -ipython = "^7.29.0" [tool.poetry.scripts] gbkviz_webapp = "gbkviz.scripts.launch_gbkviz_webapp:main"