Skip to content

Commit

Permalink
fix: eth-ape version (#40)
Browse files Browse the repository at this point in the history
* fix: eth-ape version

* fix: black
  • Loading branch information
Ninjagod1251 authored Apr 21, 2022
1 parent a0efe77 commit c3c019e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
],
"lint": [
"black>=21.10b0,<22.0", # auto-formatter and linter
"black>=22.3.0,<23.0", # auto-formatter and linter
"mypy>=0.910,<1.0", # Static type analyzer
"flake8>=3.9.2,<4.0", # Style linter
"isort>=5.9.3,<6.0", # Import sorting linter
Expand Down Expand Up @@ -53,7 +53,7 @@
url="https://github.com/ApeWorX/ape-vyper",
include_package_data=True,
install_requires=[
"eth-ape>=0.1,<0.2",
"eth-ape>=0.2.1,<0.3.0",
"tqdm>=4.62.3,<5.0",
"vvm>=0.1.0,<0.2.0",
],
Expand Down

0 comments on commit c3c019e

Please sign in to comment.