Skip to content

Commit fa14b58

Browse files
committed
add cli as optional dependencies
1 parent 1fbf77d commit fa14b58

File tree

2 files changed

+246
-0
lines changed

2 files changed

+246
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ curl-impersonate = ["curl-cffi>=0.7.2"]
7272
playwright = ["playwright>=1.27.0"]
7373
parsel = ["parsel>=1.9.0"]
7474
apify = ["apify>=2.0.0"]
75+
cli = ["cookiecutter>=2.6.0", "typer>=0.12.0", "inquirer>=3.3.0"]
7576

7677
[dependency-groups]
7778
dev = [

0 commit comments

Comments
 (0)