diff --git a/requirements.txt b/requirements.txt index aabbc87..e8b8a86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ chia-blockchain==2.0.0 blspy==2.0.3 -setuptools~=67.6.1 +setuptools~=75.1.0 aiosqlite==0.20.0 aiohttp==3.9.5 pytest==8.2.1 diff --git a/setup.py b/setup.py index 9a55f91..b4b73f1 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(fname): dependencies = [ "chia-blockchain==2.4.2", "chia_rs>=0.5.2", - "setuptools~=56.1.0", + "setuptools>=56.1,<75.2", "aiosqlite==0.20.0", "aiohttp==3.9.5", "pytest==8.2.1",