mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-07 14:19:14 +02:00
Update setup.py
This commit is contained in:
parent
4180a3da04
commit
00d92cfd33
3
setup.py
3
setup.py
@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup, find_packages
|
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'
|
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')
|
||||||
|
|
||||||
@ -17,6 +17,7 @@ setup(
|
|||||||
install_requires=["nostr-sdk==0.33.0",
|
install_requires=["nostr-sdk==0.33.0",
|
||||||
"bech32==1.2.0",
|
"bech32==1.2.0",
|
||||||
"pycryptodome==3.20.0",
|
"pycryptodome==3.20.0",
|
||||||
|
"cashu==0.16.0",
|
||||||
"yt-dlp==2024.5.27",
|
"yt-dlp==2024.5.27",
|
||||||
"python-dotenv==1.0.0",
|
"python-dotenv==1.0.0",
|
||||||
"emoji==2.12.1",
|
"emoji==2.12.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user