Skip to content

Commit

Permalink
move dependency into hypertypes
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamex committed Nov 24, 2023
1 parent 5e020f6 commit 7f56852
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hypertypes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [

[project.optional-dependencies]
with-dependencies = ["hypertypes[base]"]
base = ["web3", "pypechain"]
base = ["web3", "pypechain", "multimethod"]

[build-system]
requires = ["flit_core>=3.2"]
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ minversion = "6.0"
addopts = ["--tb=short"]
norecursedirs = ".git examples hyperdrive_solidity"
python_files = "*_test.py test_*.py"

markers = [
"anvil: tests using anvil (deselect with '-m \"not anvil\"')",
"docker: tests using docker (deselect with '-m \"not docker\"')",
]

[tool.pylint.format]
max-line-length = "120"
Expand Down

0 comments on commit 7f56852

Please sign in to comment.