We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cca90 commit 53400cbCopy full SHA for 53400cb
newsfragments/163.misc.rst
@@ -0,0 +1 @@
1
+Open up bitarray dependency to allow >=1.3,<3 so that users have access to wheels in v2.4 if needed.
setup.py
@@ -60,7 +60,7 @@
60
"hdaccount/wordlist/*.txt",
61
]},
62
install_requires=[
63
- "bitarray>=1.2.1,<1.3.0",
+ "bitarray>=1.2.1,<3",
64
"eth-abi>=2.0.0b7,<3",
65
"eth-keyfile>=0.5.0,<0.6.0",
66
"eth-keys>=0.3.4,<0.4.0",
0 commit comments