From b1a8edece3fde4a89e779ebcba3048cd97f4634c Mon Sep 17 00:00:00 2001 From: Basile Dura Date: Mon, 5 Jun 2023 18:29:32 +0200 Subject: [PATCH] build: use weasel-0.1.0rc1 from PyPI --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 93a5dda5a..9830c3ab9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = wasabi>=0.9.1,<1.2.0 srsly>=2.4.3,<3.0.0 catalogue>=2.0.6,<2.1.0 - weasel@git+https://github.com/explosion/weasel.git@v0.1.0rc0 + weasel>=0.1.0rc0 # Third-party dependencies typer>=0.3.0,<0.8.0 pathy>=0.10.0