Update setup.py

This commit is contained in:
Believethehype 2024-08-13 10:12:09 +02:00
parent 4180a3da04
commit 00d92cfd33

View File

@ -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",