changedetection.io/requirements.txt

30 wiersze
569 B
Plaintext
Czysty Zwykły widok Historia

2021-02-24 13:44:13 +00:00
flask~= 1.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 ~= 1.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
# 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, replace with soupsieve and lxml for xpath
bs4
selenium ~= 3.141