mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-11 01:42:32 +02:00
updating to latest changes
This commit is contained in:
5
setup.py
5
setup.py
@@ -13,10 +13,7 @@ setup(
|
||||
author_email="believethehypeonnostr@proton.me",
|
||||
description=DESCRIPTION,
|
||||
long_description=LONG_DESCRIPTION,
|
||||
packages=find_packages(include=['nostr_dvm', 'nostr_dvm.interfaces', 'nostr_dvm.tasks',
|
||||
'nostr_dvm.utils', 'nostr_dvm.utils.scrapper',
|
||||
'nostr_dvm.backends', 'nostr_dvm.backends.mlx',
|
||||
'nostr_dvm.backends.mlx.stablediffusion']),
|
||||
packages=find_packages(include=['nostr_dvm/**']),
|
||||
install_requires=["nostr-sdk==0.0.5",
|
||||
"bech32==1.2.0",
|
||||
"pycryptodome==3.19.0",
|
||||
|
Reference in New Issue
Block a user