···154 --replace "text-unidecode==1.2" "text-unidecode" \
155 --replace "tzlocal>=1.4,<2.0.0" "tzlocal" \
156 --replace "sqlalchemy~=1.3" "sqlalchemy" \
0157 --replace "werkzeug>=0.14.1, <0.15.0" "werkzeug"
158159 # dumb-init is only needed for CI and Docker, not relevant for NixOS.
···154 --replace "text-unidecode==1.2" "text-unidecode" \
155 --replace "tzlocal>=1.4,<2.0.0" "tzlocal" \
156 --replace "sqlalchemy~=1.3" "sqlalchemy" \
157+ --replace "gunicorn>=19.5.0, <20.0" "gunicorn" \
158 --replace "werkzeug>=0.14.1, <0.15.0" "werkzeug"
159160 # dumb-init is only needed for CI and Docker, not relevant for NixOS.