mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
typer[all]==0.24.* drop support for Python 3.9. Added conditional requirement.
This commit is contained in:
+2
-1
@@ -55,7 +55,8 @@ setuptools==82.*
|
||||
SQLAlchemy==2.*
|
||||
sqlparse==0.*
|
||||
sshtunnel==0.*
|
||||
typer[all]==0.24.*
|
||||
typer[all]==0.23.*; python_version <= '3.9'
|
||||
typer[all]==0.24.*; python_version > '3.9'
|
||||
urllib3==1.26.*; python_version <= '3.9'
|
||||
urllib3==2.6.*; python_version > '3.9'
|
||||
user-agents==2.2.0
|
||||
|
||||
Reference in New Issue
Block a user