Skip to content

Commit

Permalink
fix websockets version
Browse files Browse the repository at this point in the history
  • Loading branch information
julien6387 authored Jan 6, 2025
1 parent f01c3f8 commit b330adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
flask_require_36 = ['flask-restx == 0.5.1', 'Flask < 3', 'Werkzeug == 2.0.3']
flask_require = ['flask-restx >= 1.1.0, < 1.3']
zmq_require = ['pyzmq >= 25.1.1']
websockets_require = ['websockets >= 10.4']
websockets_require = ['websockets >= 10.4, < 14']

testing_extras = ['pytest >= 2.5.2', 'pytest-cov', 'pytest-mock', 'pytest-asyncio < 0.22']

Expand Down

0 comments on commit b330adb

Please sign in to comment.