mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
48 lines
973 B
Plaintext
48 lines
973 B
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==2.*
|
|
Flask-Gravatar==0.*
|
|
Flask-Login==0.*
|
|
Flask-Mail==0.*
|
|
Flask-Migrate==3.*
|
|
Flask-SQLAlchemy==2.5.*
|
|
Flask-WTF==1.*
|
|
Flask-Compress==1.*
|
|
Flask-Paranoid==0.*
|
|
Flask-Babel==2.*
|
|
Flask-Security-Too==4.*
|
|
Flask-SocketIO>=5.0.1
|
|
WTForms==3.*
|
|
passlib==1.*
|
|
pytz==2021.*
|
|
simplejson==3.*
|
|
six==1.*
|
|
speaklater3==1.*
|
|
sqlparse==0.*
|
|
psutil==5.*
|
|
psycopg2==2.8.*
|
|
python-dateutil==2.*
|
|
SQLAlchemy==1.4.*
|
|
bcrypt==3.*
|
|
cryptography==3.*
|
|
sshtunnel==0.*
|
|
ldap3==2.*
|
|
gssapi==1.7.*
|
|
eventlet==0.33.0
|
|
httpagentparser==1.9.*
|
|
user-agents==2.2.0
|
|
pywinpty==1.1.1; sys_platform=="win32"
|
|
Authlib==0.15.*
|
|
requests==2.25.*
|
|
pyotp==2.*
|
|
qrcode==7.*
|
|
Pillow==8.3.*
|