Skip to content

Commit

Permalink
chore: remove gevent dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 31, 2024
1 parent 0c0b753 commit 1161b00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
# Use redis as a django cache https://pypi.org/project/django-redis/
django-redis==5.4.0 \
# uwsgi server https://pypi.org/project/uWSGI/
uwsgi==2.0.24 \
# gevent for celery
gevent==24.2.1
uwsgi==2.0.24

{{ patch("openedx-dockerfile-post-python-requirements") }}

Expand Down

0 comments on commit 1161b00

Please sign in to comment.