From 5ef73a3d7401ca67a703f2e5855c392e6fda1842 Mon Sep 17 00:00:00 2001 From: Tim Garrett Date: Wed, 27 Sep 2023 18:33:41 -0500 Subject: [PATCH] Include chia_rs --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e64efe..320a296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,12 @@ build-backend = "hatchling.build" [project] dependencies=[ + 'blspy == 2.0.2', 'chia-blockchain == 2.0.1', - 'blspy == 2.0.2' + 'chia_rs == 0.2.10', ] name = "fusion-clsp" -version = "1.0.0b4" +version = "1.0.0b5" authors = [ { name="Tim Garrett", email="trg83@yahoo.com" }, ]