From cc8750bc1835165f9c7dd5f7d033227c2414c226 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:50:47 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aaab0d0..ed048ff 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( long_description=LONG_DESCRIPTION, packages=find_packages(include=['nostr_dvm', 'nostr_dvm.*']), - install_requires=["nostr-sdk>=0.10.0", + install_requires=["nostr-sdk==0.10.0", "bech32", "pycryptodome==3.20.0", "python-dotenv==1.0.0",