2022-10-27 21:17:05 +00:00
|
|
|
eventlet>=0.31.0
|
|
|
|
|
feedgen~=0.9
|
2023-01-10 18:00:57 +00:00
|
|
|
flask-compress
|
2022-10-27 21:17:05 +00:00
|
|
|
flask-login~=0.5
|
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
|
2023-01-10 18:00:57 +00:00
|
|
|
flask_wtf
|
|
|
|
|
flask~=2.0
|
|
|
|
|
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]
|
2022-10-09 16:25:36 +00:00
|
|
|
|
2022-10-27 21:17:05 +00:00
|
|
|
urllib3>1.26
|
|
|
|
|
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
|
|
|
|
2023-01-17 21:01:56 +00:00
|
|
|
|
|
|
|
|
# dnspython 2.3.0 is not compatible with eventlet
|
|
|
|
|
# * https://github.com/eventlet/eventlet/issues/781
|
|
|
|
|
# * https://datastax-oss.atlassian.net/browse/PYTHON-1320
|
|
|
|
|
dnspython<2.3.0
|
|
|
|
|
|
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
|
2023-10-17 20:18:53 +00:00
|
|
|
apprise~=1.6.0
|
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
|
|
|
|
|
paho-mqtt
|
|
|
|
|
|
2022-12-13 11:28:20 +00:00
|
|
|
# This mainly affects some ARM builds, which unlike the other builds ignores "ARG CRYPTOGRAPHY_DONT_BUILD_RUST=1"
|
|
|
|
|
# so without this pinning, the newer versions on ARM will forcefully try to build rust, which results in "rust compiler not found"
|
|
|
|
|
# (introduced once apprise became a dep)
|
2022-10-27 21:17:05 +00:00
|
|
|
cryptography~=3.4
|
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.
|
|
|
|
|
lxml
|
|
|
|
|
|
2023-10-26 08:09:03 +00:00
|
|
|
selenium~=4.14.0
|
2022-03-05 12:12:15 +00:00
|
|
|
|
2022-03-29 17:18:26 +00:00
|
|
|
# https://stackoverflow.com/questions/71652965/importerror-cannot-import-name-safe-str-cmp-from-werkzeug-security/71653849#71653849
|
|
|
|
|
# ImportError: cannot import name 'safe_str_cmp' from 'werkzeug.security'
|
|
|
|
|
# need to revisit flask login versions
|
2022-10-27 21:17:05 +00:00
|
|
|
werkzeug~=2.0.0
|
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
|
|
|
|
|
|
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-20 13:40:41 +00:00
|
|
|
# Any current modern version, required so far for screenshot PNG->JPEG conversion but will be used more in the future
|
|
|
|
|
pillow
|
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
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Pin jsonschema version to prevent build errors on armv6 while rpds-py wheels aren't available (1708)
|
|
|
|
|
jsonschema==4.17.3
|