mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 08:24:14 -06:00
59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
###############################################################################
|
|
#
|
|
# IMPORTANT:
|
|
#
|
|
# If runtime or build time dependencies are changed in this file, the committer
|
|
# *must* ensure the DEB and RPM package maintainers are informed as soon as
|
|
# possible.
|
|
#
|
|
###############################################################################
|
|
|
|
Flask==3.0.*
|
|
Flask-Login==0.*
|
|
Flask-Mail==0.*
|
|
Flask-Migrate==4.*
|
|
greenlet==1.1.2; python_version <= '3.10'
|
|
Flask-SQLAlchemy==3.1.*
|
|
Flask-WTF==1.2.*
|
|
Flask-Compress==1.*
|
|
Flask-Paranoid==0.*
|
|
Flask-Babel==4.0.*
|
|
Flask-Security-Too==5.5.*; python_version >= '3.10'
|
|
Flask-Security-Too==5.4.*; python_version <= '3.9'
|
|
Flask-SocketIO==5.4.*
|
|
WTForms==3.2.*; python_version >= '3.10'
|
|
WTForms==3.1.*; python_version <= '3.9'
|
|
passlib==1.*
|
|
pytz==2024.*
|
|
speaklater3==1.*
|
|
sqlparse==0.*
|
|
psutil==6.1.*
|
|
psycopg[c]==3.2.3
|
|
python-dateutil==2.*
|
|
SQLAlchemy==2.*
|
|
bcrypt==4.2.*
|
|
cryptography==43.0.*
|
|
sshtunnel==0.*
|
|
ldap3==2.*
|
|
gssapi==1.9.*
|
|
eventlet==0.37.0
|
|
user-agents==2.2.0
|
|
pywinpty==2.0.*; sys_platform=="win32"
|
|
Authlib==1.3.*
|
|
pyotp==2.*
|
|
qrcode==7.*; python_version <= '3.8'
|
|
qrcode[pil]==8.*; python_version >= '3.9'
|
|
boto3==1.35.*
|
|
urllib3==1.26.*
|
|
azure-mgmt-rdbms==10.1.0
|
|
azure-mgmt-resource==23.2.0
|
|
azure-mgmt-subscription==3.1.1
|
|
azure-identity==1.19.0
|
|
google-api-python-client==2.*
|
|
google-auth-oauthlib==1.2.1
|
|
keyring==25.*
|
|
Werkzeug==3.0.*
|
|
typer[all]==0.12.*
|
|
setuptools==75.*; python_version >= '3.12'
|
|
jsonformatter~=0.3.2
|
|
libgravatar==1.0.* |