feat(api): install gunicorn/uvicorn from pip
This commit is contained in:
parent
92b2a0d1e0
commit
3b4f9ef477
5 changed files with 6 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue