Skip to content

Commit

Permalink
chore: update dependencies (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Dec 16, 2022
1 parent 043f2ed commit 296aad6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
],
"lint": [
"black>=22.6.0", # auto-formatter and linter
"mypy>=0.971", # Static type analyzer
"flake8>=4.0.1", # Style linter
"black>=22.12.0", # auto-formatter and linter
"mypy>=0.991", # Static type analyzer
"types-setuptools", # Needed for mypy type shed
"flake8>=5.0.4", # Style linter
"isort>=5.10.1", # Import sorting linter
"mdformat>=0.7.16", # Auto-formatter for markdown
"mdformat-gfm>=0.3.5", # Needed for formatting GitHub-flavored markdown
"mdformat-frontmatter>=0.4.1", # Needed for frontmatters-style headers in issue templates
],
"release": [ # `release` GitHub Action job uses this
"setuptools", # Installation tool
Expand Down Expand Up @@ -53,10 +57,9 @@
url="https://github.com/ApeWorX/ape-notebook",
include_package_data=True,
install_requires=[
"importlib-metadata ; python_version<'3.8'",
"notebook>=6.4.11",
"click>=8.1.0",
"eth-ape>=0.5.0,<0.6.0",
"notebook>=6.5.2",
"click>=8.1.3",
"eth-ape>=0.5.8,<0.6.0",
],
entry_points={
"ape_cli_subcommands": [
Expand Down

0 comments on commit 296aad6

Please sign in to comment.