2024-11-20 08:41:56 +00:00
|
|
|
eventlet>=0.38.0
|
2022-10-27 21:17:05 +00:00
|
|
|
feedgen~=0.9
|
2023-01-10 18:00:57 +00:00
|
|
|
flask-compress
|
2023-11-11 19:41:21 +00:00
|
|
|
# 0.6.3 included compatibility fix for werkzeug 3.x (2.x had deprecation of url handlers)
|
|
|
|
flask-login>=0.6.3
|
2023-04-29 17:24:13 +00:00
|
|
|
flask-paginate
|
2023-01-10 18:00:57 +00:00
|
|
|
flask_expects_json~=1.7
|
2022-05-20 14:27:51 +00:00
|
|
|
flask_restful
|
2024-03-08 12:30:31 +00:00
|
|
|
flask_cors # For the Chrome extension to operate
|
2023-11-11 19:16:09 +00:00
|
|
|
flask_wtf~=1.2
|
2023-11-01 17:47:12 +00:00
|
|
|
flask~=2.3
|
2023-01-10 18:00:57 +00:00
|
|
|
inscriptis~=2.2
|
2021-03-01 14:11:03 +00:00
|
|
|
pytz
|
2023-01-10 18:00:57 +00:00
|
|
|
timeago~=1.0
|
2023-08-13 16:27:55 +00:00
|
|
|
validators~=0.21
|
|
|
|
|
2021-10-06 18:51:05 +00:00
|
|
|
|
|
|
|
# Set these versions together to avoid a RequestsDependencyWarning
|
2022-10-09 16:25:36 +00:00
|
|
|
# >= 2.26 also adds Brotli support if brotli is installed
|
2022-10-27 21:17:05 +00:00
|
|
|
brotli~=1.0
|
2023-10-09 14:57:30 +00:00
|
|
|
requests[socks]
|
2024-07-18 11:05:27 +00:00
|
|
|
requests-file
|
2022-10-09 16:25:36 +00:00
|
|
|
|
2024-06-18 06:23:12 +00:00
|
|
|
urllib3==1.26.19
|
2022-10-27 21:17:05 +00:00
|
|
|
chardet>2.3.0
|
2021-10-06 18:51:05 +00:00
|
|
|
|
2022-10-27 21:17:05 +00:00
|
|
|
wtforms~=3.0
|
|
|
|
jsonpath-ng~=1.5.3
|
2022-10-12 07:53:16 +00:00
|
|
|
|
2024-06-17 08:23:50 +00:00
|
|
|
dnspython==2.6.1 # related to eventlet fixes
|
2023-01-17 21:01:56 +00:00
|
|
|
|
2022-10-12 07:53:16 +00:00
|
|
|
# jq not available on Windows so must be installed manually
|
2021-06-21 06:21:05 +00:00
|
|
|
|
2021-05-30 11:22:26 +00:00
|
|
|
# Notification library
|
2025-01-09 20:16:32 +00:00
|
|
|
apprise==1.9.2
|
2021-05-30 11:22:26 +00:00
|
|
|
|
2021-12-19 17:16:51 +00:00
|
|
|
# apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315
|
2024-11-19 13:40:02 +00:00
|
|
|
# use any version other than 2.0.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
|
|
|
|
paho-mqtt!=2.0.*
|
2021-12-19 17:16:51 +00:00
|
|
|
|
2024-06-20 12:42:17 +00:00
|
|
|
# Requires extra wheel for rPi
|
|
|
|
cryptography~=42.0.8
|
2021-10-05 08:09:10 +00:00
|
|
|
|
2022-01-05 16:58:07 +00:00
|
|
|
# Used for CSS filtering
|
2023-02-25 21:06:13 +00:00
|
|
|
beautifulsoup4
|
2021-05-30 11:22:26 +00:00
|
|
|
|
2022-01-05 16:58:07 +00:00
|
|
|
# XPath filtering, lxml is required by bs4 anyway, but put it here to be safe.
|
2024-05-15 08:17:51 +00:00
|
|
|
# #2328 - 5.2.0 and 5.2.1 had extra CPU flag CFLAGS set which was not compatible on older hardware
|
|
|
|
# It could be advantageous to run its own pypi package here with those performance flags set
|
|
|
|
# https://bugs.launchpad.net/lxml/+bug/2059910/comments/16
|
|
|
|
lxml >=4.8.0,<6,!=5.2.0,!=5.2.1
|
2022-01-05 16:58:07 +00:00
|
|
|
|
2024-02-06 13:49:10 +00:00
|
|
|
# XPath 2.0-3.1 support - 4.2.0 broke something?
|
|
|
|
elementpath==4.1.5
|
2023-11-13 15:42:21 +00:00
|
|
|
|
2025-05-02 08:54:01 +00:00
|
|
|
selenium==4.31.0
|
2022-03-05 12:12:15 +00:00
|
|
|
|
|
|
|
|
2024-11-01 09:23:34 +00:00
|
|
|
# https://github.com/pallets/werkzeug/issues/2985
|
|
|
|
# Maybe related to pytest?
|
|
|
|
werkzeug==3.0.6
|
2022-03-29 17:18:26 +00:00
|
|
|
|
2022-10-24 21:20:39 +00:00
|
|
|
# Templating, so far just in the URLs but in the future can be for the notifications also
|
2022-10-27 21:17:05 +00:00
|
|
|
jinja2~=3.1
|
2022-10-24 21:20:39 +00:00
|
|
|
jinja2-time
|
2023-11-01 14:36:49 +00:00
|
|
|
openpyxl
|
2022-10-27 21:26:14 +00:00
|
|
|
# https://peps.python.org/pep-0508/#environment-markers
|
|
|
|
# https://github.com/dgtlmoon/changedetection.io/pull/1009
|
2023-10-20 13:11:16 +00:00
|
|
|
jq~=1.3; python_version >= "3.8" and sys_platform == "darwin"
|
|
|
|
jq~=1.3; python_version >= "3.8" and sys_platform == "linux"
|
2022-10-27 21:17:05 +00:00
|
|
|
|
2022-11-02 22:47:44 +00:00
|
|
|
# playwright is installed at Dockerfile build time because it's not available on all platforms
|
2022-12-19 13:41:34 +00:00
|
|
|
|
2025-03-23 21:20:43 +00:00
|
|
|
pyppeteer-ng==2.0.0rc9
|
|
|
|
|
2024-05-21 15:03:50 +00:00
|
|
|
pyppeteerstealth>=0.0.4
|
2024-02-10 23:09:12 +00:00
|
|
|
|
2022-12-19 13:41:34 +00:00
|
|
|
# Include pytest, so if theres a support issue we can ask them to run these tests on their setup
|
2023-03-18 19:36:26 +00:00
|
|
|
pytest ~=7.2
|
2022-12-28 17:34:55 +00:00
|
|
|
pytest-flask ~=1.2
|
2023-08-07 13:48:33 +00:00
|
|
|
|
2024-08-22 13:02:00 +00:00
|
|
|
# Anything 4.0 and up but not 5.0
|
|
|
|
jsonschema ~= 4.0
|
|
|
|
|
2024-01-16 08:48:16 +00:00
|
|
|
|
|
|
|
loguru
|
2024-07-12 15:09:42 +00:00
|
|
|
|
|
|
|
# For scraping all possible metadata relating to products so we can do better restock detection
|
|
|
|
extruct
|
|
|
|
|
|
|
|
# For cleaning up unknown currency formats
|
|
|
|
babel
|
|
|
|
|
2025-04-30 14:47:23 +00:00
|
|
|
levenshtein
|
|
|
|
|
2024-06-17 07:46:54 +00:00
|
|
|
# Needed for > 3.10, https://github.com/microsoft/playwright-python/issues/2096
|
2024-07-03 17:26:33 +00:00
|
|
|
greenlet >= 3.0.3
|
2024-10-05 15:24:29 +00:00
|
|
|
|
2025-01-18 22:20:58 +00:00
|
|
|
# Pinned or it causes problems with flask_expects_json which seems unmaintained
|
|
|
|
referencing==0.35.1
|
|
|
|
|
2025-03-17 18:20:24 +00:00
|
|
|
# For conditions
|
|
|
|
panzi-json-logic
|
|
|
|
# For conditions - extracted number from a body of text
|
|
|
|
price-parser
|
|
|
|
|
2024-12-16 20:50:28 +00:00
|
|
|
# Scheduler - Windows seemed to miss a lot of default timezone info (even "UTC" !)
|
|
|
|
tzdata
|
2025-03-17 18:20:24 +00:00
|
|
|
|
|
|
|
#typing_extensions ==4.8.0
|
|
|
|
|
|
|
|
pluggy ~= 1.5
|
|
|
|
|
2025-03-21 08:50:32 +00:00
|
|
|
# Needed for testing, cross-platform for process and system monitoring
|
|
|
|
psutil==7.0.0
|
2025-04-18 07:59:18 +00:00
|
|
|
|
|
|
|
ruff >= 0.11.2
|
|
|
|
pre_commit >= 4.2.0
|