pgadmin4/requirements.txt

59 lines
2.1 KiB
Plaintext
Raw Normal View History

2018-04-04 06:26:44 -05:00
##############################################################################
# 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.
2018-04-04 06:26:44 -05:00
##############################################################################
blinker==1.4
extras==1.0.0
fixtures==3.0.0
Flask==0.12.4
Flask-Gravatar==0.5.0
2016-07-22 10:25:23 -05:00
Flask-Login==0.3.2
Flask-Mail==0.9.1
Flask-Migrate==2.1.1
Flask-Principal==0.4.0
Flask-SQLAlchemy==2.3.2
Flask-WTF==0.14.2
html5lib==1.0.1
linecache2==1.0.0
passlib==1.7.1
pbr==3.1.1
pycrypto>=2.6.1
pyrsistent==0.14.2
python-mimeparse==1.6.0
pytz==2018.3
simplejson==3.13.2
six>=1.11.0
2015-02-25 11:06:00 -06:00
speaklater==1.3
sqlparse==0.2.4
WTForms==2.1
Flask-Paranoid==0.2.0
psutil==5.4.7
2018-04-04 06:26:44 -05:00
################################################################
# Modules specifically requires for Python2.7 or greater version
################################################################
psycopg2>=2.7.4; python_version >= '2.7'
python-dateutil>=2.7.1; python_version >= '2.7'
2018-04-17 03:15:17 -05:00
htmlmin==0.1.12; python_version >= '2.7'
2018-04-04 06:26:44 -05:00
Flask-HTMLmin==1.3.2; python_version >= '2.7'
2018-04-04 07:16:19 -05:00
SQLAlchemy>=1.2.5; python_version >= '2.7'
Flask-Security>=3.0.0; python_version >= '2.7'
sshtunnel>=0.1.3; python_version >= '2.7'
2018-04-04 06:26:44 -05:00
###############################################################
# Modules specifically required for Python2.7 or lesser version
###############################################################
importlib==1.0.3; python_version <= '2.7'
###############################################################
# Modules required for Python2.6
###############################################################
psycopg2==2.7.3.2; python_version < '2.7'
Flask-Script==2.0.5; python_version < '2.7'
ordereddict; python_version < '2.7'
python-dateutil==2.5.0; python_version < '2.7'
SQLAlchemy==1.0.14; python_version < '2.7'
Flask-Security==1.7.5; python_version < '2.7'
Flask-BabelEx==0.9.3; python_version < '2.7'