Skip to content

Commit

Permalink
chore: bump ape core version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day authored Apr 21, 2022
1 parent 0665321 commit 65d4903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"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
"isort>=5.10.1,<6.0", # Import sorting linter
],
"doc": [
"Sphinx>=3.4.3,<4", # Documentation generator
Expand Down Expand Up @@ -60,7 +60,7 @@
url="https://github.com/ApeWorX/ape-infura",
include_package_data=True,
install_requires=[
"eth-ape>=0.1.0,<0.2.0",
"eth-ape>=0.2.1,<0.3.0",
"importlib-metadata ; python_version<'3.8'",
], # NOTE: Add 3rd party libraries here
python_requires=">=3.7.2,<4",
Expand Down

0 comments on commit 65d4903

Please sign in to comment.