Skip to content

Commit e239dca

Browse files
authored
Remove external untokenize package. Use tokenize from the Python standard library. (#325)
1 parent 1b3f03d commit e239dca

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

poetry.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ packages = [{include = "docformatter", from = "src"}]
3333
python = "^3.9"
3434
charset_normalizer = "^3.0.0"
3535
tomli = {version = "^2.0.0", python = "<3.11", optional = true}
36-
untokenize = "^0.1.1"
3736

3837
[tool.poetry.group.dev.dependencies]
3938
Sphinx = "^6.0.0"

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ deps =
3131
pytest-cov
3232
pytest-order
3333
tomli
34-
untokenize
3534
setenv =
3635
COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
3736
commands =

0 commit comments

Comments
 (0)