Skip to content

Commit d08dfd5

Browse files
committed
Temporarily install crawlee_storage from github
1 parent dec46c9 commit d08dfd5

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"async-timeout>=5.0.1",
3838
"cachetools>=5.5.0",
3939
"colorama>=0.4.0",
40+
"crawlee-storage",
4041
"impit>=0.8.0",
4142
"more-itertools>=10.2.0",
4243
"protego>=0.5.0",
@@ -333,3 +334,6 @@ cwd = "website"
333334
[tool.poe.tasks.run-docs]
334335
shell = "./build_api_reference.sh && corepack enable && yarn && yarn start"
335336
cwd = "website"
337+
338+
[tool.uv.sources]
339+
crawlee-storage = { git = "https://github.com/apify/crawlee-storage.git", subdirectory = "crawlee-storage-python" }

uv.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)