Skip to content

Commit

Permalink
Allow gunicorn to start with Python 3.10
Browse files Browse the repository at this point in the history
Without upgrading gunicorn (and, by extension, eventlet and greenlet),
gunicorn won't start, complaining of a syntax error inside gunicorn. I
didn't catch this earlier in this branch because I wasn't running in
production mode.
  • Loading branch information
SteveMarshall committed Apr 1, 2024
1 parent 379b00f commit d88f1ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
django~=5.0
redis==2.10.6
boto==2.49.0
gunicorn==19.3.0
gunicorn~=21.2
pyScss~=1.4
eventlet~=0.20.1
eventlet~=0.36.1
whitenoise~=4.1.4
greenlet~=1.1.3
greenlet~=3.0
tzdata

0 comments on commit d88f1ed

Please sign in to comment.