updating nostr-sdk

This commit is contained in:
Believethehype
2023-12-21 15:54:34 +01:00
parent 9b1d2548a5
commit 5509faf3ff
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ setup(
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
packages=find_packages(include=['nostr_dvm/**']),
install_requires=["nostr-sdk==0.0.5",
install_requires=["nostr-sdk==0.6.0",
"bech32==1.2.0",
"pycryptodome==3.19.0",
"python-dotenv==1.0.0",