We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23ce8b commit c087efdCopy full SHA for c087efd
src/crawlee/project_template/{{cookiecutter.project_name}}/pyproject.toml
@@ -5,8 +5,8 @@
5
# % endif
6
# % if cookiecutter.http_client == 'curl-impersonate'
7
# % do extras.append('curl-impersonate')
8
-# % elif cookiecutter.http_client == 'impit'
9
-# % do extras.append('impit')
+# % elif cookiecutter.http_client == 'httpx'
+# % do extras.append('httpx')
10
11
12
[project]
src/crawlee/project_template/{{cookiecutter.project_name}}/requirements.txt
@@ -10,4 +10,7 @@ apify
13
+# % if cookiecutter.http_client == 'httpx'
14
15
+# % endif
16
crawlee[{{ extras | join(',') }}]
0 commit comments