mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-11 02:42:29 +02:00
fixes for mediasource
This commit is contained in:
3
setup.py
3
setup.py
@@ -1,6 +1,6 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '0.6.7'
|
||||
VERSION = '0.6.8'
|
||||
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')
|
||||
|
||||
@@ -18,6 +18,7 @@ setup(
|
||||
"bech32==1.2.0",
|
||||
"networkx==3.3",
|
||||
"scipy==1.13.1",
|
||||
"beautifulsoup4==4.12.3",
|
||||
"pycryptodome==3.20.0",
|
||||
"python-dotenv==1.0.0",
|
||||
"emoji==2.8.0",
|
||||
|
Reference in New Issue
Block a user