2019-07-29 11:24:54 +01: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 12:26:44 +01: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 12:26:44 +01:00
|
|
|
##############################################################################
|
2018-04-04 10:47:01 +01:00
|
|
|
blinker==1.4
|
2021-01-29 13:38:27 +05:30
|
|
|
cheroot==8.5.1
|
2019-03-14 15:11:16 +00:00
|
|
|
Flask==1.0.2
|
2019-10-01 17:55:43 +05:30
|
|
|
Werkzeug>=0.15.0
|
2018-04-04 10:47:01 +01: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
|
2020-02-26 11:41:33 +05:30
|
|
|
Flask-SQLAlchemy==2.4.1
|
2020-02-10 11:45:11 +05:30
|
|
|
Flask-WTF==0.14.3
|
2019-10-10 12:05:28 +05:30
|
|
|
Flask-Compress==1.4.0
|
2020-02-18 12:10:38 +05:30
|
|
|
passlib==1.7.2
|
2020-10-01 16:02:30 +05:30
|
|
|
pytz>=2020.1,<2021
|
2019-03-14 15:11:16 +00:00
|
|
|
simplejson==3.16.0
|
|
|
|
|
six>=1.12.0
|
2015-02-25 17:06:00 +00:00
|
|
|
speaklater==1.3
|
2020-12-14 11:39:50 +05:30
|
|
|
sqlparse>=0.3.0,<0.5
|
2019-03-14 15:11:16 +00:00
|
|
|
WTForms==2.2.1
|
2018-04-04 10:47:01 +01:00
|
|
|
Flask-Paranoid==0.2.0
|
2020-04-01 18:12:38 +05:30
|
|
|
psutil>=5.7.0
|
2019-04-08 17:49:50 +05:30
|
|
|
psycopg2>=2.8
|
2019-03-14 15:11:16 +00:00
|
|
|
python-dateutil>=2.8.0
|
2020-02-26 11:41:33 +05:30
|
|
|
SQLAlchemy>=1.3.13
|
2021-01-27 16:39:19 +05:30
|
|
|
Flask-Security-Too>=3.0.0,<4.0.0
|
2021-01-29 13:38:27 +05:30
|
|
|
bcrypt>=3.1.7
|
|
|
|
|
cryptography>=3.0
|
2020-08-06 17:17:27 +05:30
|
|
|
sshtunnel>=0.1.5
|
2020-04-06 15:57:05 +05:30
|
|
|
ldap3>=2.5.1
|
2020-12-31 13:48:35 +05:30
|
|
|
Flask-BabelEx>=0.9.4
|
2021-01-18 16:32:10 +05:30
|
|
|
gssapi>=1.6.11; python_version >= '3.6'
|
|
|
|
|
gssapi==1.6.2; python_version <= '3.5'
|