From 94aaebd09d490c9f51f1134125bf53a740f46dff Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:50:46 +0200 Subject: [PATCH] bump version and nostr-sdk to async --- setup.py | 4 ++-- tests/discovery.py | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index f09f4e0..f10f6cc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.5.10' +VERSION = '0.6.0' 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.12.0", + install_requires=["nostr-sdk==0.32.1", "bech32", "pycryptodome==3.20.0", "python-dotenv==1.0.0", diff --git a/tests/discovery.py b/tests/discovery.py index 2f40a65..d9035ad 100644 --- a/tests/discovery.py +++ b/tests/discovery.py @@ -47,10 +47,6 @@ AVOID_PAID_OUTBOX_RELAY_LIST = ["wss://nostrelay.yeghro.site", "wss://nostr.wine ] - -#git_hash = NostrLibrary().git_hash_version() -#print("GitHash " + git_hash) - if use_logger: init_logger(LogLevel.INFO)