Browse Source
Updated Django example to latest release
pull/599/head
Miguel Grinberg
4 years ago
No known key found for this signature in database
GPG Key ID: 36848B262DF5F06C
1 changed files with
3 additions and
3 deletions
-
examples/server/wsgi/django_example/requirements.txt
|
@ -1,7 +1,7 @@ |
|
|
django==2.2.13 |
|
|
django==2.2.13 |
|
|
enum-compat==0.0.2 |
|
|
enum-compat==0.0.3 |
|
|
eventlet==0.21.0 |
|
|
eventlet==0.30.0 |
|
|
greenlet==0.4.12 |
|
|
greenlet==0.4.17 |
|
|
python-engineio |
|
|
python-engineio |
|
|
python-socketio |
|
|
python-socketio |
|
|
pytz==2018.7 |
|
|
pytz==2018.7 |
|
|