feat: add --import-csv option to cli

This commit is contained in:
Nathaniel Landau
2023-03-24 15:38:42 -04:00
parent e8f408ee33
commit ffdac91537
6 changed files with 135 additions and 86 deletions

View File

@@ -20,7 +20,7 @@
loguru = "^0.6.0"
python = "^3.10"
questionary = "^1.10.0"
regex = "^2023.3.22"
regex = "^2023.3.23"
rich = "^13.3.2"
ruamel-yaml = "^0.17.21"
shellingham = "^1.5.0.post1"
@@ -43,7 +43,7 @@
pdoc = "^13.0.1"
poethepoet = "^0.19.0"
pre-commit = "^3.2.0"
ruff = "^0.0.257"
ruff = "^0.0.259"
sh = "2.0.3"
typeguard = "^3.0.2"
types-python-dateutil = "^2.8.19.10"