mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
18f055fa5e
2) Removed few packages which were dependencies of some other package.
45 lines
1.1 KiB
Plaintext
45 lines
1.1 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.
|
|
#
|
|
###############################################################################
|
|
|
|
|
|
##############################################################################
|
|
# NOTE: Any requirements with environment specifiers must be explicitly added
|
|
# to pkg/pip/setup_pip.py (in extras_require), otherwise they will be
|
|
# ignored when building a PIP Wheel.
|
|
##############################################################################
|
|
cheroot==8.*
|
|
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.*
|
|
Flask-Security-Too==3.*
|
|
bcrypt==3.*
|
|
cryptography==3.*
|
|
sshtunnel==0.*
|
|
ldap3==2.*
|
|
Flask-BabelEx==0.*
|
|
gssapi==1.6.*
|