2019-07-29 05:24:54 -05: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-07-01 02:09:12 -05:00
|
|
|
Flask==3.0.*
|
2021-02-03 00:59:57 -06:00
|
|
|
Flask-Login==0.*
|
|
|
|
Flask-Mail==0.*
|
2023-01-23 05:49:59 -06:00
|
|
|
Flask-Migrate==4.*
|
2023-01-16 00:42:55 -06:00
|
|
|
greenlet==1.1.2; python_version <= '3.10'
|
2024-07-01 02:09:12 -05:00
|
|
|
Flask-SQLAlchemy==3.1.*
|
|
|
|
Flask-WTF==1.2.*
|
2021-02-03 00:59:57 -06:00
|
|
|
Flask-Compress==1.*
|
2021-11-24 05:52:57 -06:00
|
|
|
Flask-Paranoid==0.*
|
2024-07-01 02:09:12 -05:00
|
|
|
Flask-Babel==4.0.*
|
2024-07-30 03:11:56 -05:00
|
|
|
Flask-Security-Too==5.5.*; python_version >= '3.10'
|
|
|
|
Flask-Security-Too==5.4.*; python_version <= '3.9'
|
2024-10-02 23:21:52 -05:00
|
|
|
Flask-SocketIO==5.4.*
|
2024-07-01 02:09:12 -05:00
|
|
|
WTForms==3.1.*
|
2021-02-03 00:59:57 -06:00
|
|
|
passlib==1.*
|
2024-04-16 01:53:03 -05:00
|
|
|
pytz==2024.*
|
2021-02-03 00:59:57 -06:00
|
|
|
speaklater3==1.*
|
|
|
|
sqlparse==0.*
|
2024-06-27 02:55:47 -05:00
|
|
|
psutil==6.0.*
|
2024-10-01 05:21:03 -05:00
|
|
|
psycopg[c]==3.2.3
|
2021-02-03 00:59:57 -06:00
|
|
|
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 01:27:16 -05:00
|
|
|
SQLAlchemy==2.*
|
2024-07-29 09:04:43 -05:00
|
|
|
bcrypt==4.2.*
|
|
|
|
cryptography==43.0.*
|
2021-02-03 00:59:57 -06:00
|
|
|
sshtunnel==0.*
|
|
|
|
ldap3==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 01:27:16 -05:00
|
|
|
gssapi==1.8.*
|
2024-09-23 06:03:20 -05:00
|
|
|
eventlet==0.37.0
|
2021-06-04 08:19:19 -05:00
|
|
|
user-agents==2.2.0
|
2023-03-29 06:26:41 -05:00
|
|
|
pywinpty==2.0.*; sys_platform=="win32"
|
2024-07-01 02:09:12 -05:00
|
|
|
Authlib==1.3.*
|
2021-12-02 05:17:18 -06:00
|
|
|
pyotp==2.*
|
2024-10-03 00:13:46 -05:00
|
|
|
qrcode==7.*; python_version <= '3.8'
|
|
|
|
qrcode==8.*; python_version >= '3.9'
|
2024-08-22 06:49:32 -05:00
|
|
|
boto3==1.35.*
|
2023-07-11 04:27:58 -05:00
|
|
|
urllib3==1.26.*
|
2022-06-15 00:52:42 -05:00
|
|
|
azure-mgmt-rdbms==10.1.0
|
2024-07-01 02:09:12 -05:00
|
|
|
azure-mgmt-resource==23.1.1
|
2023-03-29 11:13:22 -05:00
|
|
|
azure-mgmt-subscription==3.1.1
|
2024-09-23 06:03:20 -05:00
|
|
|
azure-identity==1.18.0
|
2023-03-13 04:26:16 -05:00
|
|
|
google-api-python-client==2.*
|
2024-07-29 09:04:43 -05:00
|
|
|
google-auth-oauthlib==1.2.1
|
2024-08-08 03:12:16 -05:00
|
|
|
keyring==25.*
|
2024-07-01 02:09:12 -05:00
|
|
|
Werkzeug==3.0.*
|
2024-04-16 01:53:03 -05:00
|
|
|
typer[all]==0.12.*
|
2024-09-23 06:03:20 -05:00
|
|
|
setuptools==75.*; python_version >= '3.12'
|
2024-02-22 05:09:25 -06:00
|
|
|
jsonformatter~=0.3.2
|
2024-04-16 01:53:03 -05:00
|
|
|
libgravatar==1.0.*
|