Skip to content

Commit

Permalink
Open up bitarray dependency to allow <3
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed May 20, 2022
1 parent 40cca90 commit cc46812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,7 +60,7 @@
"hdaccount/wordlist/*.txt",
]},
install_requires=[
"bitarray>=1.2.1,<1.3.0",
"bitarray>=1.2.1,<3",
"eth-abi>=2.0.0b7,<3",
"eth-keyfile>=0.5.0,<0.6.0",
"eth-keys>=0.3.4,<0.4.0",
Expand Down

0 comments on commit cc46812

Please sign in to comment.