changedetection.io/requirements.txt

38 wiersze
771 B
Plaintext
Czysty Zwykły widok Historia

flask~= 2.0
2021-05-08 01:33:46 +00:00
eventlet>=0.31.0
2021-01-27 19:51:55 +00:00
validators
2021-02-24 13:44:13 +00:00
timeago ~=1.0
inscriptis ~= 2.2
2021-03-01 14:11:03 +00:00
feedgen ~= 0.9
flask-login ~= 0.5
2021-03-01 14:11:03 +00:00
pytz
# Set these versions together to avoid a RequestsDependencyWarning
requests[socks] ~= 2.26
urllib3 > 1.26
chardet > 2.3.0
wtforms ~= 2.3.3
jsonpath-ng ~= 1.5.3
# Notification library
apprise ~= 0.9.7
# apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315
paho-mqtt
# Pinned version of cryptography otherwise
# ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
cryptography ~= 3.4
# Used for CSS filtering
bs4
# XPath filtering, lxml is required by bs4 anyway, but put it here to be safe.
lxml
2021-12-31 09:44:45 +00:00
# 3.141 was missing socksVersion, 3.150 was not in pypi, so we try 4.1.0
selenium ~= 4.1.0