wal icon indicating copy to clipboard operation
wal copied to clipboard

Maybe misused Python dependencies

Open Avimitin opened this issue 2 years ago • 0 comments

I found that pyproject.toml specified lark dependency, but setup.py specify lark-parser as runtime dependency. This two dependencies are same project but in different version. Also I found that pyproject.toml specify ruff as build dependency. But ruff is used as a linter, so I think this introduced useless dependencies into build process.

Avimitin avatar Nov 16 '23 09:11 Avimitin