[sso-admin] Fix SocketIO transitive dependency (dnspython)

Flask-SocketIO depends on dnspython but dnspython 2.3 removes
dns.rdtypes.ANY, which is needed by Flask-SocketIO so we keep it below
version 2.3
merge-requests/68/head
Evilham 2023-01-20 11:29:51 +01:00
parent c9af7242c0
commit 1d077b71f9
No known key found for this signature in database
GPG Key ID: AE3EE30D970886BF
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ Flask==2.1.3
Flask-Login==0.6.2
eventlet==0.33.1
Flask-SocketIO==5.2.0
# Flask-SocketIO depends on dnspython
# but dnspython 2.3 removes dns.rdtypes.ANY, which is needed by Flask-SocketIO
# so we keep it below version 2.3
dnspython<2.3
flasgger==0.9.5
bcrypt==3.2.2
# diceware can't be upgraded without issues