remove unintended dependency

This commit is contained in:
Believethehype 2024-09-27 09:47:11 +02:00
parent d8d8bbcab1
commit 3f5cf7efac
2 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ from dataclasses import dataclass
from datetime import timedelta
from logging import Filter
from coincurve import PrivateKey
from nostr_sdk import Timestamp, Keys, PublicKey, EventBuilder, Filter, Kind
from nostr_dvm.utils.definitions import relay_timeout
from nostr_dvm.utils.dvmconfig import DVMConfig
from nostr_dvm.utils.nostr_utils import send_event, send_nip04_dm

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.9.2'
VERSION = '0.9.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')