mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 02:30:21 -06:00
9f12747d9b
Fixed following issues: 1. If the database name contains escape characters then PSQL unable to connect. 2. If the user terminates the connection by typing the 'exit' command, PSQL will show the connection termination msg. Fixes #2341
44 lines
923 B
Plaintext
44 lines
923 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==1.*
|
|
Flask-Gravatar==0.*
|
|
Flask-Login==0.*
|
|
Flask-Mail==0.*
|
|
Flask-Migrate==2.*
|
|
Flask-SQLAlchemy==2.*
|
|
Flask-WTF==0.*
|
|
Flask-Compress==1.*
|
|
passlib==1.*
|
|
pytz==2021.*
|
|
simplejson==3.*
|
|
six==1.*
|
|
speaklater3==1.*
|
|
sqlparse==0.*
|
|
WTForms==2.*
|
|
Flask-Paranoid==0.*
|
|
psutil==5.*
|
|
psycopg2==2.8.*
|
|
python-dateutil==2.*
|
|
SQLAlchemy==1.3.*
|
|
itsdangerous<=1.1.0
|
|
Flask-Security-Too==4.*
|
|
bcrypt==3.*
|
|
cryptography==3.*
|
|
sshtunnel==0.*
|
|
ldap3==2.*
|
|
Flask-BabelEx==0.*
|
|
gssapi==1.6.*
|
|
flask-socketio>=5.0.1
|
|
eventlet==0.31.0
|
|
httpagentparser==1.9.*
|
|
user-agents==2.2.0
|
|
pywinpty==1.1.1; sys_platform=="win32"
|