2019-07-29 10:24:54 +00:00
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
|
2018-04-04 11:26:44 +00:00
|
|
|
##############################################################################
|
2017-02-26 10:01:23 +00: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 11:26:44 +00:00
|
|
|
##############################################################################
|
2018-04-04 09:47:01 +00:00
|
|
|
blinker==1.4
|
2019-03-14 15:11:16 +00:00
|
|
|
Flask==1.0.2
|
2019-10-01 12:25:43 +00:00
|
|
|
Werkzeug>=0.15.0
|
2018-04-04 09:47:01 +00:00
|
|
|
Flask-Gravatar==0.5.0
|
2019-03-14 15:11:16 +00:00
|
|
|
Flask-Login==0.4.1
|
2015-01-22 15:56:23 +00:00
|
|
|
Flask-Mail==0.9.1
|
2019-03-14 15:11:16 +00:00
|
|
|
Flask-Migrate==2.4.0
|
2015-01-22 15:56:23 +00:00
|
|
|
Flask-Principal==0.4.0
|
2018-04-04 09:47:01 +00:00
|
|
|
Flask-SQLAlchemy==2.3.2
|
|
|
|
Flask-WTF==0.14.2
|
2019-10-10 06:35:28 +00:00
|
|
|
Flask-Compress==1.4.0
|
2018-04-04 09:47:01 +00:00
|
|
|
passlib==1.7.1
|
2019-03-14 15:11:16 +00:00
|
|
|
pytz==2018.9
|
|
|
|
simplejson==3.16.0
|
|
|
|
six>=1.12.0
|
2015-02-25 17:06:00 +00:00
|
|
|
speaklater==1.3
|
2018-04-04 09:47:01 +00:00
|
|
|
sqlparse==0.2.4
|
2019-03-14 15:11:16 +00:00
|
|
|
WTForms==2.2.1
|
2018-04-04 09:47:01 +00:00
|
|
|
Flask-Paranoid==0.2.0
|
2019-03-14 15:11:16 +00:00
|
|
|
psutil==5.5.1
|
2019-04-08 12:19:50 +00:00
|
|
|
psycopg2>=2.8
|
2019-03-14 15:11:16 +00:00
|
|
|
python-dateutil>=2.8.0
|
|
|
|
SQLAlchemy>=1.2.18
|
2019-01-31 12:47:56 +00:00
|
|
|
Flask-Security>=3.0.0
|
2019-03-14 15:11:16 +00:00
|
|
|
sshtunnel>=0.1.4
|