Add stubs for Flask-SocketIO (#10735)

Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
Sohang Chopra
2023-09-25 10:52:17 +01:00
committed by GitHub
co-authored by AlexWaygood
parent 4c4278e80c
commit da187a99a6
6 changed files with 256 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
version = "5.3.*"
requires = ["Flask>=0.9"]
upstream_repository = "https://github.com/miguelgrinberg/flask-socketio"