|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
# Used by Pyppeteer
|
|
|
|
|
pyee
|
|
|
|
|
|
|
|
|
|
eventlet>=0.33.3 # related to dnspython fixes
|
|
|
|
|
eventlet==0.33.3 # related to dnspython fixes
|
|
|
|
|
feedgen~=0.9
|
|
|
|
|
flask-compress
|
|
|
|
|
# 0.6.3 included compatibility fix for werkzeug 3.x (2.x had deprecation of url handlers)
|
|
|
|
@ -22,13 +22,15 @@ validators~=0.21
|
|
|
|
|
brotli~=1.0
|
|
|
|
|
requests[socks]
|
|
|
|
|
|
|
|
|
|
urllib3>1.26
|
|
|
|
|
urllib3==1.26.18
|
|
|
|
|
chardet>2.3.0
|
|
|
|
|
|
|
|
|
|
wtforms~=3.0
|
|
|
|
|
jsonpath-ng~=1.5.3
|
|
|
|
|
|
|
|
|
|
dnspython~=2.4 # related to eventlet fixes
|
|
|
|
|
# Pinned: module 'eventlet.green.select' has no attribute 'epoll'
|
|
|
|
|
# https://github.com/eventlet/eventlet/issues/805#issuecomment-1640463482
|
|
|
|
|
dnspython==2.3.0 # related to eventlet fixes
|
|
|
|
|
|
|
|
|
|
# jq not available on Windows so must be installed manually
|
|
|
|
|
|
|
|
|
|