metadex/pyproject.toml
ducklet 06c323ab91 use wcwidth to calculate proper term output width
This fixes an issue with printing some Unicode characters during scan
operations which take up more than 1 terminal cell, which would cause
line breaks or other garbage to remain in the status output line.
2022-12-22 00:46:29 +01:00

16 lines
331 B
TOML

[tool.poetry]
name = "metadex"
version = "0.1.0"
description = ""
authors = ["ducklet <ducklet@noreply.code.dumpr.org>"]
[tool.poetry.dependencies]
python = "^3.8"
SQLAlchemy = "^1.4.35"
wcwidth = "^0.2.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"