Skip to content

Commit

Permalink
Merge pull request #393 from dimagi/ce/gevent-requirements
Browse files Browse the repository at this point in the history
add gevent to production requirements
  • Loading branch information
calellowitz authored Sep 17, 2024
2 parents db2cf26 + 4fb8586 commit 7d4f725
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 7d4f725

Please sign in to comment.