Move CSV handling to corelibs-csv

This commit is contained in:
Clemens Schwaighofer
2026-02-05 10:48:57 +09:00
parent f265b55ef8
commit 8bb4a202cd
4 changed files with 65 additions and 153 deletions

View File

@@ -6,6 +6,7 @@ description = "Collection of utils for Python scripts"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"corelibs-csv>=1.0.0",
"corelibs-datetime>=1.0.1",
"corelibs-debug>=1.0.0",
"corelibs-dump-data>=1.0.0",