updating nostr-sdk

This commit is contained in:
Believethehype
2023-12-21 15:54:34 +01:00
parent 9b1d2548a5
commit 5509faf3ff
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ Current List of Tasks:
| ImageUpscale | 5100 | Upscales an Image | nserver | | ImageUpscale | 5100 | Upscales an Image | nserver |
| MediaConverter | 5200 | Converts a link of a media file and uploads it | openAI | | MediaConverter | 5200 | Converts a link of a media file and uploads it | openAI |
| VideoGenerationReplicateSVD | 5202 (inoff) | Generates a Video from an Image | replicate | | 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 | | TrendingNotesNostrBand | 5300 | Show trending notes on nostr.band | nostr.band api |
| DiscoverInactiveFollows | 5301 | Find inactive Nostr users | local | | DiscoverInactiveFollows | 5301 | Find inactive Nostr users | local |
| AdvancedSearch | 5302 (inoff) | Search Content on nostr.band | local | | AdvancedSearch | 5302 (inoff) | Search Content on nostr.band | local |

View File

@@ -14,7 +14,7 @@ setup(
description=DESCRIPTION, description=DESCRIPTION,
long_description=LONG_DESCRIPTION, long_description=LONG_DESCRIPTION,
packages=find_packages(include=['nostr_dvm/**']), packages=find_packages(include=['nostr_dvm/**']),
install_requires=["nostr-sdk==0.0.5", install_requires=["nostr-sdk==0.6.0",
"bech32==1.2.0", "bech32==1.2.0",
"pycryptodome==3.19.0", "pycryptodome==3.19.0",
"python-dotenv==1.0.0", "python-dotenv==1.0.0",