Skip to content

Commit

Permalink
clean up dependency versions and drop unneeded upper pins
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Dec 21, 2023
1 parent 0294443 commit fb76f81
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

extras_require = {
"coincurve": [
"coincurve>=7.0.0,<16.0.0",
"coincurve>=12.0.0",
],
"dev": [
"build>=0.9.0",
Expand All @@ -22,13 +22,11 @@
],
"test": [
"pytest>=7.0.0",
"pytest-xdist>=2.4.0",
"asn1tools>=0.146.2,<0.147",
"factory-boy>=3.0.1,<3.1",
"pyasn1>=0.4.5,<0.5",
"hypothesis>=5.10.3, <6.0.0",
"eth-hash[pysha3];implementation_name=='cpython'",
"eth-hash[pycryptodome];implementation_name=='pypy'",
"asn1tools>=0.146.2",
"factory-boy>=3.0.1",
"pyasn1>=0.4.5",
"hypothesis>=5.10.3,<6",
"eth-hash[pysha3]",
],
}

Expand Down

0 comments on commit fb76f81

Please sign in to comment.