From ea9fd3abcd70c1a5ee1cf0cb1e989b993bec680b Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 22 Jun 2020 12:04:41 +0200 Subject: [PATCH] Replace plac with typer [ci skip] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3b78c0688..55b234073 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,10 +8,10 @@ murmurhash>=0.28.0,<1.1.0 wasabi>=0.7.0,<1.1.0 srsly>=2.1.0,<3.0.0 catalogue>=0.0.7,<1.1.0 +typer>=0.2.1,<1.0.0 # Third party dependencies numpy>=1.15.0 requests>=2.13.0,<3.0.0 -plac>=0.9.6,<1.2.0 tqdm>=4.38.0,<5.0.0 pydantic>=1.3.0,<2.0.0 # Official Python utilities diff --git a/setup.cfg b/setup.cfg index 6df69cb15..20b2dfa1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,10 +48,10 @@ install_requires = srsly>=2.1.0,<3.0.0 catalogue>=0.0.7,<1.1.0 ml_datasets>=0.1.1 + typer>=0.2.1,<1.0.0 # Third-party dependencies tqdm>=4.38.0,<5.0.0 numpy>=1.15.0 - plac>=0.9.6,<1.2.0 requests>=2.13.0,<3.0.0 pydantic>=1.3.0,<2.0.0 # Official Python utilities