Skip to content

Commit

Permalink
install pre-releases of all apify packages
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Feb 23, 2024
1 parent 1d9a059 commit dc9929f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jgp = "juniorguru_plucker.cli:main"
[tool.poetry.dependencies]
python = "3.11.*"
apify = {version = "1.6.0a1", extras = ["scrapy"], allow-prereleases = true}
apify-client = {version = "1.6.3", allow-prereleases = true}
apify-shared = {version = "1.1.1", allow-prereleases = true}
apify-client = {version = "1.6.4b2", allow-prereleases = true}
apify-shared = {version = "1.1.2b2", allow-prereleases = true}
click = "8.1.7"
extruct = "0.16.0"
feedparser = "6.0.11"
Expand Down

0 comments on commit dc9929f

Please sign in to comment.