Skip to content

Commit

Permalink
fixed gunicorn version to 20.0.4
Browse files Browse the repository at this point in the history
gunicorn = "==20.0.4" # 20.1.0 has this issue benoitc/gunicorn#2816
  • Loading branch information
changsu-bWell authored Apr 13, 2023
1 parent 662cb3b commit fe92ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.directory_name}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flask="==2.2.2"
flask_cors = "==3.0.10"
boto3 = ">=1.26.26"
prometheus-flask-exporter = "==0.21.0"
gunicorn = "==20.1.0"
gunicorn = "==20.0.4" # 20.1.0 has this issue https://github.com/benoitc/gunicorn/issues/2816
ddtrace="==1.10.2"

[dev-packages]
Expand Down

0 comments on commit fe92ac0

Please sign in to comment.