2021-02-24 13:44:13 +00:00
|
|
|
flask~= 1.0
|
2021-08-16 13:24:37 +00:00
|
|
|
|
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
|
2021-07-04 13:09:49 +00:00
|
|
|
inscriptis ~= 1.2
|
2021-03-01 14:11:03 +00:00
|
|
|
feedgen ~= 0.9
|
2021-04-30 06:47:13 +00:00
|
|
|
flask-login ~= 0.5
|
2021-03-01 14:11:03 +00:00
|
|
|
pytz
|
2021-10-06 18:51:05 +00:00
|
|
|
|
|
|
|
|
# Set these versions together to avoid a RequestsDependencyWarning
|
|
|
|
|
requests[socks] ~= 2.26
|
|
|
|
|
urllib3 > 1.26
|
|
|
|
|
chardet > 2.3.0
|
|
|
|
|
|
2021-06-21 06:21:05 +00:00
|
|
|
wtforms ~= 2.3.3
|
2021-07-11 12:07:39 +00:00
|
|
|
jsonpath-ng ~= 1.5.3
|
2021-06-21 06:21:05 +00:00
|
|
|
|
2021-05-30 11:22:26 +00:00
|
|
|
# Notification library
|
2021-05-08 01:29:41 +00:00
|
|
|
apprise ~= 0.9
|
2021-05-30 11:22:26 +00:00
|
|
|
|
2021-10-05 08:09:10 +00:00
|
|
|
# Pinned version of cryptography otherwise
|
|
|
|
|
# ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
|
|
|
|
|
cryptography ~= 3.4
|
|
|
|
|
|
2021-06-23 10:40:01 +00:00
|
|
|
# Used for CSS filtering, replace with soupsieve and lxml for xpath
|
2021-05-30 11:22:26 +00:00
|
|
|
bs4
|
|
|
|
|
|
2021-08-16 13:24:37 +00:00
|
|
|
selenium ~= 3.141
|