From 69e32eef12171c7f0de388a5ec0e81ecb97d01b9 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Mon, 20 May 2024 16:34:59 -0400 Subject: [PATCH] Bumped some dependencies. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 496dc74..bc09332 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ dependencies = [ - 'hy @ git+https://github.com/hylang/hy@83d71b62438d5bd349bf2e1c307b87d1a045ffa0', - 'hyrule @ git+https://github.com/hylang/hyrule@9b14a0944a0e8aa667486effb6421ebf23ef2744', - 'toolz >= 0.12.0', + 'hy == 0.29.0', + 'hyrule == 0.6.0', + 'toolz >= 0.12.1', 'construct >= 2.10.70', 'blessed >= 1.20.0', - 'platformdirs >= 4.1.0', + 'platformdirs >= 4.2.2', 'metadict >= 0.1.3'] import setuptools