Build: python libraries - eventlet + dnspython dep problems were fixed (#1963)

pull/1962/head^2
dgtlmoon 6 months ago committed by GitHub
parent 07a853ce59
commit e50eff8e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +1,11 @@
eventlet>=0.31.0
eventlet>=0.33.3 # related to dnspython fixes
feedgen~=0.9
flask-compress
flask-login~=0.6
flask-paginate
flask_expects_json~=1.7
flask_restful
flask_wtf
flask_wtf~=1.2
flask~=2.3
inscriptis~=2.2
pytz
@ -24,11 +24,7 @@ chardet>2.3.0
wtforms~=3.0
jsonpath-ng~=1.5.3
# 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
dnspython~=2.4 # related to eventlet fixes
# jq not available on Windows so must be installed manually

Loading…
Cancel
Save