diff --git a/setup.py b/setup.py index e0c46360..c74776da 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 @@ 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",