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.
16 lines
331 B
TOML
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"
|