mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-10 08:02:56 +02:00
updating nostr-sdk
This commit is contained in:
@@ -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 |
|
||||||
|
2
setup.py
2
setup.py
@@ -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",
|
||||||
|
Reference in New Issue
Block a user