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.
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
|
2021-11-24 11:52:57 +00:00
|
|
|
Flask==2.*
|
2021-02-03 06:59:57 +00:00
|
|
|
Flask-Gravatar==0.*
|
|
|
|
Flask-Login==0.*
|
|
|
|
Flask-Mail==0.*
|
2021-11-24 11:52:57 +00:00
|
|
|
Flask-Migrate==3.*
|
2021-12-01 11:30:33 +00:00
|
|
|
Flask-SQLAlchemy==2.5.*
|
2021-11-24 11:52:57 +00:00
|
|
|
Flask-WTF==1.*
|
2021-02-03 06:59:57 +00:00
|
|
|
Flask-Compress==1.*
|
2021-11-24 11:52:57 +00:00
|
|
|
Flask-Paranoid==0.*
|
|
|
|
Flask-Babel==2.*
|
2022-03-02 05:26:02 +00:00
|
|
|
Flask-Security-Too==4.1.*
|
2021-11-24 11:52:57 +00:00
|
|
|
Flask-SocketIO>=5.0.1
|
|
|
|
WTForms==3.*
|
2021-02-03 06:59:57 +00:00
|
|
|
passlib==1.*
|
|
|
|
pytz==2021.*
|
|
|
|
simplejson==3.*
|
|
|
|
six==1.*
|
|
|
|
speaklater3==1.*
|
|
|
|
sqlparse==0.*
|
|
|
|
psutil==5.*
|
2021-12-16 10:23:58 +00:00
|
|
|
psycopg2==2.9.*
|
2021-02-03 06:59:57 +00:00
|
|
|
python-dateutil==2.*
|
2021-11-24 11:52:57 +00:00
|
|
|
SQLAlchemy==1.4.*
|
2021-02-03 06:59:57 +00:00
|
|
|
bcrypt==3.*
|
|
|
|
cryptography==3.*
|
|
|
|
sshtunnel==0.*
|
|
|
|
ldap3==2.*
|
2021-12-16 10:20:04 +00:00
|
|
|
gssapi==1.7.*
|
2021-11-18 06:59:24 +00:00
|
|
|
eventlet==0.33.0
|
2021-06-01 14:48:24 +00:00
|
|
|
httpagentparser==1.9.*
|
2021-06-04 13:19:19 +00:00
|
|
|
user-agents==2.2.0
|
2021-12-16 10:23:58 +00:00
|
|
|
pywinpty==1.1.*; sys_platform=="win32"
|
2021-07-06 07:52:58 +00:00
|
|
|
Authlib==0.15.*
|
|
|
|
requests==2.25.*
|
2021-12-02 11:17:18 +00:00
|
|
|
pyotp==2.*
|
|
|
|
qrcode==7.*
|
2022-02-23 12:29:37 +00:00
|
|
|
Pillow==8.3.*; python_version <= '3.6'
|
|
|
|
Pillow==9.*; python_version >= '3.7'
|
2022-02-14 06:43:48 +00:00
|
|
|
boto3==1.20.*
|
|
|
|
botocore==1.23.*
|
2022-02-23 12:29:37 +00:00
|
|
|
urllib3==1.26.*
|
2022-03-29 04:40:57 +00:00
|
|
|
Werkzeug==2.0.3
|