feat(api): install gunicorn/uvicorn from pip

This commit is contained in:
jo 2023-05-10 14:51:23 +02:00 committed by Kyle Robbertze
parent 92b2a0d1e0
commit 3b4f9ef477
5 changed files with 6 additions and 7 deletions

View file

@ -33,7 +33,9 @@ setup(
],
extras_require={
"prod": [
"gunicorn>=20.1.0,<20.2",
"psycopg[c]>=3.1.8,<3.2",
"uvicorn[standard]>=0.17.6,<0.23.0",
],
"dev": [
"django-coverage-plugin>=3.0.0,<3.1",