This commit is contained in:
Believethehype
2024-03-18 23:49:55 +01:00
parent b5da913caf
commit 7783abaa12
10 changed files with 21 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ setup(
long_description=LONG_DESCRIPTION,
packages=find_packages(include=['nostr_dvm', 'nostr_dvm.*']),
install_requires=["nostr-sdk==0.10.0",
install_requires=["nostr-sdk=>0.10.0",
"bech32",
"pycryptodome==3.20.0",
"python-dotenv==1.0.0",