kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Build: python libraries - eventlet + dnspython dep problems were fixed (#1963)
rodzic
07a853ce59
commit
e50eff8e35
|
@ -1,11 +1,11 @@
|
||||||
eventlet>=0.31.0
|
eventlet>=0.33.3 # related to dnspython fixes
|
||||||
feedgen~=0.9
|
feedgen~=0.9
|
||||||
flask-compress
|
flask-compress
|
||||||
flask-login~=0.6
|
flask-login~=0.6
|
||||||
flask-paginate
|
flask-paginate
|
||||||
flask_expects_json~=1.7
|
flask_expects_json~=1.7
|
||||||
flask_restful
|
flask_restful
|
||||||
flask_wtf
|
flask_wtf~=1.2
|
||||||
flask~=2.3
|
flask~=2.3
|
||||||
inscriptis~=2.2
|
inscriptis~=2.2
|
||||||
pytz
|
pytz
|
||||||
|
@ -24,11 +24,7 @@ chardet>2.3.0
|
||||||
wtforms~=3.0
|
wtforms~=3.0
|
||||||
jsonpath-ng~=1.5.3
|
jsonpath-ng~=1.5.3
|
||||||
|
|
||||||
|
dnspython~=2.4 # related to eventlet fixes
|
||||||
# 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
|
|
||||||
|
|
||||||
# jq not available on Windows so must be installed manually
|
# jq not available on Windows so must be installed manually
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue