more fixes related to deployment

This commit is contained in:
Believethehype
2023-12-18 11:20:53 +01:00
parent ba3182631e
commit 39821ac42e
3 changed files with 22 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.0.6'
VERSION = '0.0.7'
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. '
'This is an early stage release. Interfaces might change/brick')
@@ -30,7 +30,9 @@ setup(
"instaloader==4.10.1",
"pytube==15.0.0",
"moviepy==2.0.0.dev2",
"zipp==3.17.0"
"zipp==3.17.0",
"urllib3==2.1.0",
"typing_extensions==4.8.0"
],
keywords=['nostr', 'nip90', 'dvm', 'data vending machine'],
url="https://github.com/believethehype/nostrdvm",