Skip to content

Commit 63ef3cd

Browse files
authored
Update setup.py
1 parent 90c91b9 commit 63ef3cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
PACK_NAME = "CryptoFuzz"
88
PACK_DESCRIPTION = "Generated and Converted Keys with any Type Foundation from Private Key [WIF Hexed Mnemonic and Binary Bytes seed] in Python"
9-
PACK_VERSION = "4.0.3"
109
PACK_LICENSE = "MIT"
1110
PACK_AUTHOR = "Mohammadreza (Mmdrza.Com)"
1211
PACK_EMAIL = "[email protected]"
@@ -15,8 +14,8 @@
1514
PACK_DOCS_URL = 'https://cryptofuzz.readthedocs.io/'
1615
PACK_TYPE_README = 'text/markdown'
1716
PACK_REQUIRES_INSTALL = [
18-
'hdwallet>=2.2.1',
19-
'ecdsa>=0.18.0'
17+
'hdwallet',
18+
'ecdsa'
2019
]
2120
PACK_KEYWORD = ["CryptoFuzz", "Wif", "Mnemonic", "Binary", "seed", "Foundation", "Private", "Key", "HEX", "Mnemonic",
2221
"Binary", "Bytes", "bitcoin", "ethereum", "tron", "dogecoin", "zcash", "digibyte", "bitcoin gold",

0 commit comments

Comments
 (0)