Skip to content

Commit

Permalink
chore: upgrade py-tokenlists (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jun 13, 2023
1 parent 1910101 commit c0db094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,33 +1,7 @@
[metadata]
license_files = LICENSE

[aliases]
test = pytest

[flake8]
max-line-length = 100
exclude =
venv*
.tox
docs
build

[tool:isort]
force_grid_wrap = 0
include_trailing_comma = True
known_third_party = ape,click,eth_utils,pytest,setuptools,tokenlists
known_first_party = ape_tokens
multi_line_output = 3
use_parentheses = True

[tool:pytest]
addopts = -n auto
--cov-branch
--cov-report term
--cov-report html
--cov-report xml
--cov=ape_tokens
python_files = test_*.py
testpaths = tests
markers =
fuzzing: Run Hypothesis fuzz test suite (deselect with '-m "not fuzzing"')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
python_requires=">=3.8,<4",
install_requires=[
"eth-ape>=0.6.0,<0.7",
"tokenlists>=0.1.1",
"tokenlists>=0.1.2",
],
entry_points={
"ape_cli_subcommands": [
Expand Down

0 comments on commit c0db094

Please sign in to comment.