From 00d92cfd33150b44b7a9e6e60cc3e51941f02429 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:12:09 +0200 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0c4636..c74776d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.7.13' +VERSION = '0.7.14' 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') @@ -17,6 +17,7 @@ setup( install_requires=["nostr-sdk==0.33.0", "bech32==1.2.0", "pycryptodome==3.20.0", + "cashu==0.16.0", "yt-dlp==2024.5.27", "python-dotenv==1.0.0", "emoji==2.12.1",