Only include the dnspython library for Python 3.10.

This commit is contained in:
Dave Page 2021-11-03 13:20:09 +00:00
parent f3bf068066
commit 33aeacd8d1

View File

@ -42,8 +42,8 @@ user-agents==2.2.0
pywinpty==1.1.1; sys_platform=="win32"
Authlib==0.15.*
requests==2.25.*
dnspython==2.1.*
# NOTE: This should be updated to the first release of eventlet > 0.32.0 ASAP!
git+git://github.com/eventlet/eventlet.git@15d3c2477510229e1b49c60fccfde5ffe94b2a76; python_version >= '3.10'
eventlet==0.31.0; python_version < '3.10'
eventlet==0.31.0; python_version < '3.10'
dnspython==2.1.*; python_version >= '3.10'