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" }, ]