bump and adapt to nostr-sdk to 0.7.1

This commit is contained in:
Believethehype
2024-01-09 15:37:31 +01:00
parent 7f928ae767
commit 3812ffa02f
11 changed files with 35 additions and 20 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.7.0",
install_requires=["nostr-sdk==0.7.1",
"bech32==1.2.0",
"pycryptodome==3.19.0",
"python-dotenv==1.0.0",