mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Fix missing gunicorn requirement
This commit is contained in:
@@ -12,6 +12,7 @@ djangorestframework>=3.14
|
||||
environs[django]
|
||||
greenlet==2.0.1
|
||||
gevent==22.10.2
|
||||
gunicorn
|
||||
psycopg2-binary
|
||||
whitenoise
|
||||
django-click
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user