mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Only include the dnspython library for Python 3.10.
This commit is contained in:
parent
f3bf068066
commit
33aeacd8d1
@ -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'
|
Loading…
Reference in New Issue
Block a user