mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-04 13:17:22 -06:00
Fix dependencies to work with Python 3.10.
Patch by me, legwork by Aditya.
This commit is contained in:
parent
719f8c8fd2
commit
f3bf068066
@ -37,9 +37,13 @@ ldap3==2.*
|
|||||||
Flask-BabelEx==0.*
|
Flask-BabelEx==0.*
|
||||||
gssapi==1.6.*
|
gssapi==1.6.*
|
||||||
flask-socketio>=5.0.1
|
flask-socketio>=5.0.1
|
||||||
eventlet==0.31.0
|
|
||||||
httpagentparser==1.9.*
|
httpagentparser==1.9.*
|
||||||
user-agents==2.2.0
|
user-agents==2.2.0
|
||||||
pywinpty==1.1.1; sys_platform=="win32"
|
pywinpty==1.1.1; sys_platform=="win32"
|
||||||
Authlib==0.15.*
|
Authlib==0.15.*
|
||||||
requests==2.25.*
|
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'
|
Loading…
Reference in New Issue
Block a user