Skip to content

Commit f90a868

Browse files
cburgdorfpipermerriam
authored andcommitted
Use consistent version range scheme in setup.py
1 parent 7aaf4b6 commit f90a868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"web3==4.3.0",
4343
# required for rlp>=1.0.0
4444
"eth-account>=0.2.1,<1",
45-
"cachetools==2.1.*",
45+
"cachetools>=2.1.0,<3.0.0",
4646
],
4747
'test': [
4848
"hypothesis==3.44.26",
@@ -57,7 +57,7 @@
5757
"mypy==0.610",
5858
],
5959
'benchmark': [
60-
"termcolor==1.1.*",
60+
"termcolor>=1.1.0,<2.0.0",
6161
"web3>=4.1.0,<5.0.0",
6262
],
6363
'doc': [

0 commit comments

Comments
 (0)