2018-04-04 06:26:44 -05:00
|
|
|
##############################################################################
|
2017-02-26 04:01:23 -06: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
|
|
|
##############################################################################
|
2018-04-04 04:47:01 -05:00
|
|
|
blinker==1.4
|
2018-10-31 03:06:43 -05:00
|
|
|
Flask==0.12.4
|
2018-04-04 04:47:01 -05:00
|
|
|
Flask-Gravatar==0.5.0
|
2016-07-22 10:25:23 -05:00
|
|
|
Flask-Login==0.3.2
|
2015-01-22 09:56:23 -06:00
|
|
|
Flask-Mail==0.9.1
|
2018-04-04 04:47:01 -05:00
|
|
|
Flask-Migrate==2.1.1
|
2015-01-22 09:56:23 -06:00
|
|
|
Flask-Principal==0.4.0
|
2018-04-04 04:47:01 -05:00
|
|
|
Flask-SQLAlchemy==2.3.2
|
|
|
|
Flask-WTF==0.14.2
|
|
|
|
passlib==1.7.1
|
|
|
|
pytz==2018.3
|
|
|
|
simplejson==3.13.2
|
|
|
|
six>=1.11.0
|
2015-02-25 11:06:00 -06:00
|
|
|
speaklater==1.3
|
2018-04-04 04:47:01 -05:00
|
|
|
sqlparse==0.2.4
|
|
|
|
WTForms==2.1
|
|
|
|
Flask-Paranoid==0.2.0
|
2018-10-22 02:05:21 -05:00
|
|
|
psutil==5.4.7
|
2019-01-31 06:47:56 -06:00
|
|
|
psycopg2>=2.7.4
|
|
|
|
python-dateutil>=2.7.1
|
|
|
|
htmlmin==0.1.12
|
|
|
|
Flask-HTMLmin==1.3.2
|
|
|
|
SQLAlchemy>=1.2.5
|
|
|
|
Flask-Security>=3.0.0
|
|
|
|
sshtunnel>=0.1.3
|
2018-04-04 06:26:44 -05:00
|
|
|
|
|
|
|
###############################################################
|
2019-01-31 06:47:56 -06:00
|
|
|
# Modules specifically required for Python2.7
|
2018-04-04 06:26:44 -05:00
|
|
|
###############################################################
|
|
|
|
importlib==1.0.3; python_version <= '2.7'
|