fixes for mediasource

This commit is contained in:
Believethehype
2024-06-14 00:45:13 +02:00
parent 5c0acd82a6
commit d77d4c6f8b
4 changed files with 67 additions and 5 deletions

View File

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