mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-27 03:20:54 +02:00
bump version and nostr-sdk to async
This commit is contained in:
parent
8daaba0f7e
commit
94aaebd09d
4
setup.py
4
setup.py
@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup, find_packages
|
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'
|
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')
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ setup(
|
|||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
packages=find_packages(include=['nostr_dvm', 'nostr_dvm.*']),
|
packages=find_packages(include=['nostr_dvm', 'nostr_dvm.*']),
|
||||||
|
|
||||||
install_requires=["nostr-sdk==0.12.0",
|
install_requires=["nostr-sdk==0.32.1",
|
||||||
"bech32",
|
"bech32",
|
||||||
"pycryptodome==3.20.0",
|
"pycryptodome==3.20.0",
|
||||||
"python-dotenv==1.0.0",
|
"python-dotenv==1.0.0",
|
||||||
|
@ -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:
|
if use_logger:
|
||||||
init_logger(LogLevel.INFO)
|
init_logger(LogLevel.INFO)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user