Skip to content

Commit

Permalink
add gevent to production requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Sep 17, 2024
1 parent db2cf26 commit 4fb8586
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/production.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-c base.txt

gunicorn
gunicorn[gevent]
psycopg2
sentry-sdk

Expand Down
13 changes: 12 additions & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ django-anymail[amazon-ses]==10.1
# via -r requirements/production.in
django-storages[boto3]==1.13.2
# via -r requirements/production.in
gunicorn==21.2.0
gevent==24.2.1
# via gunicorn
greenlet==3.1.0
# via gevent
gunicorn[gevent]==21.2.0
# via -r requirements/production.in
idna==3.4
# via
Expand Down Expand Up @@ -92,3 +96,10 @@ urllib3==1.26.16
# django-anymail
# requests
# sentry-sdk
zope-event==5.0
# via gevent
zope-interface==7.0.3
# via gevent

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 4fb8586

Please sign in to comment.