diff --git a/nostr_dvm/tasks/README.md b/nostr_dvm/tasks/README.md index b2c1aea..238b860 100644 --- a/nostr_dvm/tasks/README.md +++ b/nostr_dvm/tasks/README.md @@ -23,7 +23,7 @@ Current List of Tasks: | ImageUpscale | 5100 | Upscales an Image | nserver | | MediaConverter | 5200 | Converts a link of a media file and uploads it | openAI | | VideoGenerationReplicateSVD | 5202 (inoff) | Generates a Video from an Image | replicate | -| TextToSpeech | 5250 (inoff) | Generate Audio from a prompt | local | +| TextToSpeech | 5250 | Generate Audio from a prompt | local | | TrendingNotesNostrBand | 5300 | Show trending notes on nostr.band | nostr.band api | | DiscoverInactiveFollows | 5301 | Find inactive Nostr users | local | | AdvancedSearch | 5302 (inoff) | Search Content on nostr.band | local | diff --git a/setup.py b/setup.py index 9c1a6c5..dd66532 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( description=DESCRIPTION, long_description=LONG_DESCRIPTION, packages=find_packages(include=['nostr_dvm/**']), - install_requires=["nostr-sdk==0.0.5", + install_requires=["nostr-sdk==0.6.0", "bech32==1.2.0", "pycryptodome==3.19.0", "python-dotenv==1.0.0",