Skip to content

Commit

Permalink
chore(deps): add dependency on ethereum-rlp (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz authored Jan 16, 2025
1 parent 64fbb50 commit 06abe36
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ dependencies = [
"pyyaml>=6.0.2,<7",
"types-pyyaml>=6.0.12.20240917,<7",
"pytest-json-report>=1.5.0,<2",
# TODO: bump questionary to a newer release, when it becomes available.
# TODO: bump questionary to a newer release, when it becomes available.
# The current release questionary 2.0.1 requires `prompt_toolkit = ">=2.0,<=3.0.36"`.
# This conflicts with ipython; while not an EEST dependency, ipython a very useful tool:
# https://ethereum.github.io/execution-spec-tests/main/dev/interactive_usage/
"questionary @ git+https://github.com/tmbo/questionary@ff22aeae1cd9c1c734f14329934e349bec7873bc",
"prompt_toolkit>=3.0.48,<4", # ensure we have a new enough version for ipython
"prompt_toolkit>=3.0.48,<4", # ensure we have a new enough version for ipython
"ethereum-rlp==0.1.3",
]

[project.urls]
Expand Down Expand Up @@ -119,4 +120,4 @@ ignore = ["D205", "D203", "D212", "D415", "C901"]

[tool.mypy]
mypy_path = ["src", "$MYPY_CONFIG_FILE_DIR/stubs"]
plugins = ["pydantic.mypy"]
plugins = ["pydantic.mypy"]
19 changes: 17 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06abe36

Please sign in to comment.