Skip to content

Commit

Permalink
Remove upper bound on flask-socketio version (#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss authored Aug 25, 2023
1 parent a20561b commit 82ee078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localbuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ requirements:
- flask-mail
- flask-migrate
- werkzeug >=2.2.3
- flask-socketio =5.1.0
- flask-socketio >=5.1.0
- flask-sqlalchemy >=3.0.0
- flask-cors
- passlib
Expand Down

0 comments on commit 82ee078

Please sign in to comment.