This commit is contained in:
Believethehype 2024-06-20 08:24:21 +02:00
parent 1c5c66778d
commit a4d556435f
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import asyncio
import json
import os
from datetime import timedelta
@ -7,7 +6,7 @@ from typing import List
import dotenv
from nostr_sdk import Filter, Client, Alphabet, EventId, Event, PublicKey, Tag, Keys, nip04_decrypt, Metadata, Options, \
Nip19Event, SingleLetterTag, RelayOptions, RelayLimits, SecretKey, NostrSigner, SendEventOutput
Nip19Event, SingleLetterTag, RelayOptions, RelayLimits, SecretKey, NostrSigner
from nostr_dvm.utils.definitions import EventDefinitions

View File

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