Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Aug 13, 2024
1 parent 4180a3d commit 00d92cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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')

Expand All @@ -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",
Expand Down

0 comments on commit 00d92cf

Please sign in to comment.