Skip to content

Commit

Permalink
use tilde for apify requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek committed Oct 25, 2024
1 parent 93d53c4 commit 36c5d54
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion templates/python-beautifulsoup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Feel free to add your Python dependencies below. For formatting guidelines, see:
# https://pip.pypa.io/en/latest/reference/requirements-file-format/

apify == 2.0.0
apify ~= 2.0.0
beautifulsoup4[lxml]
httpx
types-beautifulsoup4
2 changes: 1 addition & 1 deletion templates/python-crawlee-beautifulsoup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Feel free to add your Python dependencies below. For formatting guidelines, see:
# https://pip.pypa.io/en/latest/reference/requirements-file-format/

apify == 2.0.0
apify ~= 2.0.0
crawlee[beautifulsoup]
2 changes: 1 addition & 1 deletion templates/python-crawlee-playwright/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Feel free to add your Python dependencies below. For formatting guidelines, see:
# https://pip.pypa.io/en/latest/reference/requirements-file-format/

apify == 2.0.0
apify ~= 2.0.0
crawlee[playwright]
2 changes: 1 addition & 1 deletion templates/python-empty/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Feel free to add your Python dependencies below. For formatting guidelines, see:
# https://pip.pypa.io/en/latest/reference/requirements-file-format/

apify == 2.0.0
apify ~= 2.0.0
2 changes: 1 addition & 1 deletion templates/python-playwright/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Feel free to add your Python dependencies below. For formatting guidelines, see:
# https://pip.pypa.io/en/latest/reference/requirements-file-format/

apify == 2.0.0
apify ~= 2.0.0
playwright
2 changes: 1 addition & 1 deletion templates/python-scrapy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Feel free to add your Python dependencies below. For formatting guidelines, see:
# https://pip.pypa.io/en/latest/reference/requirements-file-format/

apify[scrapy] == 2.0.0
apify[scrapy] ~= 2.0.0
nest-asyncio
scrapy
2 changes: 1 addition & 1 deletion templates/python-selenium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Feel free to add your Python dependencies below. For formatting guidelines, see:
# https://pip.pypa.io/en/latest/reference/requirements-file-format/

apify == 2.0.0
apify ~= 2.0.0
selenium
2 changes: 1 addition & 1 deletion templates/python-standby/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Feel free to add your Python dependencies below. For formatting guidelines, see:
# https://pip.pypa.io/en/latest/reference/requirements-file-format/

apify == 2.0.0
apify ~= 2.0.0
2 changes: 1 addition & 1 deletion templates/python-start/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Feel free to add your Python dependencies below. For formatting guidelines, see:
# https://pip.pypa.io/en/latest/reference/requirements-file-format/

apify == 2.0.0
apify ~= 2.0.0
beautifulsoup4[lxml]
httpx
types-beautifulsoup4

0 comments on commit 36c5d54

Please sign in to comment.