Browse Source

Updated asgi examples to latest release

pull/599/head
Miguel Grinberg 4 years ago
parent
commit
8c5b762d72
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 13
      examples/server/asgi/requirements.txt

13
examples/server/asgi/requirements.txt

@ -1,9 +1,8 @@
Click==7.0 Click==7.1.2
h11==0.8.1 h11==0.11.0
httptools==0.0.13 httptools==0.1.1
python-engineio python-engineio
python_socketio python_socketio
six==1.11.0 uvicorn==0.13.1
uvicorn==0.11.7 uvloop==0.14.0
uvloop==0.12.2 websockets==8.1
websockets==7.0

Loading…
Cancel
Save