diff --git a/requirements.txt b/requirements.txt index 17a21a3..91c158c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs==23.2.0 base58==2.1.1 beautifulsoup4==4.12.3 binary-helpers==0.0.4 --e git+https://github.com/ArkEcosystem/bls-signatures@acd7cd1a48c5dd2751a27737e2fbc4a9feb933ce#egg=blspy&subdirectory=python-impl +-e git+https://github.com/ArkEcosystem/bls-signatures@acd7cd1a48c5dd2751a27737e2fbc4a9feb933ce#egg=blspy_impl&subdirectory=python-impl btclib==2023.7.12 btclib_libsecp256k1==0.4.0 cached-property==1.5.2 diff --git a/setup.py b/setup.py index f51d105..1b72525 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ requires = [ 'base58', 'binary-helpers', - 'blspy_impl @ git+https://github.com/ArkEcosystem/bls-signatures@acd7cd1a48c5dd2751a27737e2fbc4a9feb933ce#egg=blspy&subdirectory=python-impl', + 'blspy_impl @ git+https://github.com/ArkEcosystem/bls-signatures@acd7cd1a48c5dd2751a27737e2fbc4a9feb933ce#egg=blspy_impl&subdirectory=python-impl', 'coincurve', 'pycryptodomex', 'btclib',