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:
parent
ed2c298928
commit
88994efac3
1
AUTHORS
1
AUTHORS
@ -32,3 +32,4 @@ Authors of OpenSlides in chronological order of first contribution:
|
|||||||
Gabriel Meyer <meyergabriel@live.de>
|
Gabriel Meyer <meyergabriel@live.de>
|
||||||
Joshua Sangmeister <joshua.sangmeister@gmail.com>
|
Joshua Sangmeister <joshua.sangmeister@gmail.com>
|
||||||
Gernot Schulz <gernot@intevtion.de>
|
Gernot Schulz <gernot@intevtion.de>
|
||||||
|
Raphael Topel <info@rtopel.de>
|
||||||
|
@ -6,4 +6,4 @@ aioredis>=1.1.0,<1.3
|
|||||||
|
|
||||||
# Requirements for fast asgi server
|
# Requirements for fast asgi server
|
||||||
gunicorn>=19.9.0,<20
|
gunicorn>=19.9.0,<20
|
||||||
uvicorn>=0.9,<1.0
|
uvicorn[standard]>=0.9,<1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user