Fix missing gunicorn requirement

This commit is contained in:
Frank Wiles
2023-05-01 15:25:15 -05:00
parent 646f723289
commit ee06c4fda6
2 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ djangorestframework>=3.14
environs[django]
greenlet==2.0.1
gevent==22.10.2
gunicorn
psycopg2-binary
whitenoise
django-click

View File

@@ -153,6 +153,8 @@ greenlet==2.0.1
# via
# -r ./requirements.in
# gevent
gunicorn==20.1.0
# via -r ./requirements.in
idna==3.3
# via requests
iniconfig==1.1.1