Fix server stop working because of changed python package (#5582)

* Fix server stop working because of changed python package

* Update AUTHORS
This commit is contained in:
topelrapha 2020-09-29 16:06:28 +02:00 committed by GitHub
parent ed2c298928
commit 88994efac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -32,3 +32,4 @@ Authors of OpenSlides in chronological order of first contribution:
Gabriel Meyer <meyergabriel@live.de>
Joshua Sangmeister <joshua.sangmeister@gmail.com>
Gernot Schulz <gernot@intevtion.de>
Raphael Topel <info@rtopel.de>

View File

@ -6,4 +6,4 @@ aioredis>=1.1.0,<1.3
# Requirements for fast asgi server
gunicorn>=19.9.0,<20
uvicorn>=0.9,<1.0
uvicorn[standard]>=0.9,<1.0