From 750e7599d9b2292ed754ff4f231f637ede4c3a61 Mon Sep 17 00:00:00 2001 From: Tim Garrett Date: Wed, 27 Sep 2023 18:23:41 -0500 Subject: [PATCH] Release b4 --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11bb4ad..8e64efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,12 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] +dependencies=[ + 'chia-blockchain == 2.0.1', + 'blspy == 2.0.2' +] name = "fusion-clsp" -version = "1.0.0b3" +version = "1.0.0b4" authors = [ { name="Tim Garrett", email="trg83@yahoo.com" }, ]