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.
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
|
2024-11-18 20:59:38 +05:30
|
|
|
Flask==3.0.*; python_version <= '3.8'
|
|
|
|
Flask==3.1.*; python_version >= '3.9'
|
2021-02-03 12:29:57 +05:30
|
|
|
Flask-Login==0.*
|
|
|
|
Flask-Mail==0.*
|
2023-01-23 17:19:59 +05:30
|
|
|
Flask-Migrate==4.*
|
2024-07-01 12:39:12 +05:30
|
|
|
Flask-SQLAlchemy==3.1.*
|
|
|
|
Flask-WTF==1.2.*
|
2021-02-03 12:29:57 +05:30
|
|
|
Flask-Compress==1.*
|
2021-11-24 17:22:57 +05:30
|
|
|
Flask-Paranoid==0.*
|
2024-07-01 12:39:12 +05:30
|
|
|
Flask-Babel==4.0.*
|
2024-07-30 13:41:56 +05:30
|
|
|
Flask-Security-Too==5.5.*; python_version >= '3.10'
|
|
|
|
Flask-Security-Too==5.4.*; python_version <= '3.9'
|
2024-12-24 11:32:36 +05:30
|
|
|
Flask-SocketIO==5.5.*
|
2024-11-02 17:39:15 +05:30
|
|
|
WTForms==3.2.*; python_version >= '3.10'
|
|
|
|
WTForms==3.1.*; python_version <= '3.9'
|
2021-02-03 12:29:57 +05:30
|
|
|
passlib==1.*
|
2025-02-07 11:52:08 +05:30
|
|
|
pytz==2024.*; python_version <= '3.8'
|
|
|
|
pytz==2025.*; python_version >= '3.9'
|
2021-02-03 12:29:57 +05:30
|
|
|
speaklater3==1.*
|
|
|
|
sqlparse==0.*
|
2024-11-02 17:39:15 +05:30
|
|
|
psutil==6.1.*
|
2025-01-20 15:27:08 +03:30
|
|
|
psycopg[c]==3.2.4
|
2021-02-03 12:29:57 +05:30
|
|
|
python-dateutil==2.*
|
Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901
- Update Flask, Flask-SQLAlchemy, Flask-Babel, Flask-Security-Too, Flask-SocketIO, pytz, psutil, SQLAlchemy, bcrypt, cryptography, eventlet, Authlib, requests python packages
- Remove pinned dnspython, Werkzeug packages from requirements.txt
2023-03-15 11:57:16 +05:30
|
|
|
SQLAlchemy==2.*
|
2024-07-29 19:34:43 +05:30
|
|
|
bcrypt==4.2.*
|
2024-11-29 11:06:36 +05:30
|
|
|
cryptography==44.0.*
|
2021-02-03 12:29:57 +05:30
|
|
|
sshtunnel==0.*
|
|
|
|
ldap3==2.*
|
2024-11-02 17:39:15 +05:30
|
|
|
gssapi==1.9.*
|
2021-06-04 18:49:19 +05:30
|
|
|
user-agents==2.2.0
|
2023-03-29 16:56:41 +05:30
|
|
|
pywinpty==2.0.*; sys_platform=="win32"
|
2025-01-01 10:42:49 +05:30
|
|
|
Authlib==1.3.*; python_version <= '3.8'
|
2025-01-01 11:58:10 +05:30
|
|
|
Authlib==1.4.*; python_version >= '3.9'
|
2021-12-02 16:47:18 +05:30
|
|
|
pyotp==2.*
|
2024-10-03 10:43:46 +05:30
|
|
|
qrcode==7.*; python_version <= '3.8'
|
2024-10-18 19:34:31 +05:30
|
|
|
qrcode[pil]==8.*; python_version >= '3.9'
|
2025-01-22 19:49:35 +05:30
|
|
|
boto3==1.36.*
|
2023-07-11 14:57:58 +05:30
|
|
|
urllib3==1.26.*
|
2022-06-15 11:22:42 +05:30
|
|
|
azure-mgmt-rdbms==10.1.0
|
2024-11-02 17:39:15 +05:30
|
|
|
azure-mgmt-resource==23.2.0
|
2023-03-29 21:43:22 +05:30
|
|
|
azure-mgmt-subscription==3.1.1
|
2024-11-02 17:39:15 +05:30
|
|
|
azure-identity==1.19.0
|
2023-03-13 14:56:16 +05:30
|
|
|
google-api-python-client==2.*
|
2024-07-29 19:34:43 +05:30
|
|
|
google-auth-oauthlib==1.2.1
|
2024-08-08 13:42:16 +05:30
|
|
|
keyring==25.*
|
2024-11-06 12:37:51 +05:30
|
|
|
Werkzeug==3.0.*; python_version <= '3.8'
|
|
|
|
Werkzeug==3.1.*; python_version >= '3.9'
|
2024-12-12 14:54:31 +05:30
|
|
|
typer[all]==0.15.*
|
2024-09-23 16:33:20 +05:30
|
|
|
setuptools==75.*; python_version >= '3.12'
|
2024-11-25 11:46:24 +05:30
|
|
|
jsonformatter~=0.3.4
|
2024-04-16 12:23:03 +05:30
|
|
|
libgravatar==1.0.*
|