From 658460e3e50dca81b353ae15e25ff3d60bf484aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk> Date: Tue, 28 Feb 2023 20:03:02 +0000 Subject: [PATCH] chore(pyproject): add readchar as dev dep --- poetry.lock | 17 ++++++++++++++++- pyproject.toml | 1 + 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 7ef33c3f..550465b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4199,6 +4199,21 @@ rllib = ["dm-tree", "gym (<0.22)", "lz4", "matplotlib (!=3.4.3)", "pandas", "pyy serve = ["aiohttp (>=3.7)", "aiohttp-cors", "aiorwlock", "colorful", "fastapi", "gpustat (>=1.0.0b1)", "opencensus", "prometheus-client (>=0.7.1,<0.14.0)", "py-spy (>=0.2.0)", "requests", "smart-open", "starlette", "uvicorn (==0.16.0)"] tune = ["pandas", "requests", "tabulate", "tensorboardX (>=1.9)"] +[[package]] +name = "readchar" +version = "4.0.3" +description = "Library to easily read single chars and key strokes" +category = "dev" +optional = false +python-versions = ">=3.6" +files = [ + {file = "readchar-4.0.3-py3-none-any.whl", hash = "sha256:3d4351c563aba4ae7d4e0b821a234d48bc748f45b74e3f38b50cba3857b57acb"}, + {file = "readchar-4.0.3.tar.gz", hash = "sha256:1d920d0e9ab76ec5d42192a68d15af2562663b5dfbf4a67cf9eba520e1ca57e6"}, +] + +[package.dependencies] +setuptools = ">=41.0" + [[package]] name = "requests" version = "2.28.2" @@ -5491,4 +5506,4 @@ omero = ["omero-py"] [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.11" -content-hash = "31bfed07b2eb2ab8f19b6dbf1b1a662329dc193b4fa8f8b44ea34556d23ed363" +content-hash = "c057d7f7f0b6f9d0069a2ed3b558f017b7c37dd58ffb8d16aac50a8f7d8c1e24" diff --git a/pyproject.toml b/pyproject.toml index 23db1cb1..47e43040 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,7 @@ coverage = "^7.0.4" # napari = ">=0.4.16" jupytext = "^1.14.4" grid-strategy = "^0.0.1" +readchar = "^4.0.3" [tool.poetry.group.docs] optional = true -- GitLab