Skip to content

Commit

Permalink
Attempt to use correct version of Gevent
Browse files Browse the repository at this point in the history
  • Loading branch information
emileswarts committed Sep 24, 2024
1 parent 0d6d9bc commit 3bcfc91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .InstallPackages
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ imagemagick
poppler-utils
libsqlite3-dev
postgresql-client-14
python-gevent
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cryptography = "~=43.0.1"
sentry-sdk = "~=2.8.0"
elastic-apm = "~=6.7.2"
gunicorn = "~=22.0.0"
gevent = "~=23.9.1"
gevent = "~=1.4"
xmltodict = "~=0.12.0"
Pillow = "~=10.3.0"
django-phonenumber-field = "==6.4.0"
Expand Down

0 comments on commit 3bcfc91

Please sign in to comment.