Skip to content

Commit

Permalink
remove unintended dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Sep 27, 2024
1 parent d8d8bbc commit 3f5cf7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nostr_dvm/utils/database_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
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


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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')

Expand Down

0 comments on commit 3f5cf7e

Please sign in to comment.