1
0

Refactored to scale cli with click library

This commit is contained in:
HBrahmbhatt
2026-04-24 13:08:24 -07:00
parent 98696ddb29
commit f2677cb1ad
10 changed files with 377 additions and 145 deletions

View File

@@ -12,7 +12,8 @@ dependencies = [
"pyarrow (>=23.0.1,<24.0.0)",
"python-dotenv (>=1.2.2,<2.0.0)",
"pytest (>=9.0.3,<10.0.0)",
"requests-mock (>=1.12.1,<2.0.0)"
"requests-mock (>=1.12.1,<2.0.0)",
"click (>=8.3.3,<9.0.0)"
]
[project.scripts]