mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-08 15:13:10 -06:00
Add correct validation for Authlib.
This commit is contained in:
parent
964d211260
commit
621d66fb57
@ -39,7 +39,7 @@ gssapi==1.9.*
|
|||||||
user-agents==2.2.0
|
user-agents==2.2.0
|
||||||
pywinpty==2.0.*; sys_platform=="win32"
|
pywinpty==2.0.*; sys_platform=="win32"
|
||||||
Authlib==1.3.*; python_version <= '3.8'
|
Authlib==1.3.*; python_version <= '3.8'
|
||||||
Authlib==1.4.*
|
Authlib==1.4.*; python_version >= '3.9'
|
||||||
pyotp==2.*
|
pyotp==2.*
|
||||||
qrcode==7.*; python_version <= '3.8'
|
qrcode==7.*; python_version <= '3.8'
|
||||||
qrcode[pil]==8.*; python_version >= '3.9'
|
qrcode[pil]==8.*; python_version >= '3.9'
|
||||||
|
Loading…
Reference in New Issue
Block a user