Skip to content

Commit

Permalink
remove toml dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed May 14, 2023
1 parent 4b9d484 commit b11e2f2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
14 changes: 1 addition & 13 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ autoflake = { version = "^1.4", optional = true }
based58 = "^0.1.1"
anchorpy-core = "^0.1.2"
py = "^1.11.0"
toml = "^0.10.2"

[tool.poetry.extras]
cli = ["typer", "ipython", "genpy", "black", "autoflake"]
Expand Down
1 change: 0 additions & 1 deletion src/anchorpy/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from pathlib import Path
from typing import AsyncGenerator, Callable, Literal, Optional, Sequence, Tuple, Union

import toml # type: ignore
from pytest import fixture
from pytest_asyncio import fixture as async_fixture
from pytest_xprocess import getrootdir
Expand Down

0 comments on commit b11e2f2

Please sign in to comment.