update nostr-sdk js and python, minor fixes

This commit is contained in:
Believethehype
2024-05-17 12:50:31 +02:00
parent 756fa7a5d8
commit 947ed3c146
10 changed files with 21 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.4.2'
VERSION = '0.4.3'
DESCRIPTION = 'A framework to build and run Nostr NIP90 Data Vending Machines'
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. See the github repository for more information')
@@ -14,7 +14,7 @@ setup(
long_description=LONG_DESCRIPTION,
packages=find_packages(include=['nostr_dvm', 'nostr_dvm.*']),
install_requires=["nostr-sdk==0.11.0",
install_requires=["nostr-sdk==0.12.0",
"bech32",
"pycryptodome==3.20.0",
"python-dotenv==1.0.0",