mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-29 07:23:48 +02:00
remove unintended dependency
This commit is contained in:
@@ -7,11 +7,11 @@ from dataclasses import dataclass
|
|||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
from logging import Filter
|
from logging import Filter
|
||||||
|
|
||||||
from coincurve import PrivateKey
|
|
||||||
from nostr_sdk import Timestamp, Keys, PublicKey, EventBuilder, Filter, Kind
|
from nostr_sdk import Timestamp, Keys, PublicKey, EventBuilder, Filter, Kind
|
||||||
|
|
||||||
from nostr_dvm.utils.definitions import relay_timeout
|
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
|
from nostr_dvm.utils.nostr_utils import send_event, send_nip04_dm
|
||||||
|
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup, find_packages
|
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'
|
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')
|
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. See the github repository for more information')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user