mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Apparently, older uwsgi doesn't install properly on systems with newer versions of OpenSSL; see https://github.com/unbit/uwsgi/issues/1395 for details. This fixes #7609.
7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
# After editing this file, you MUST afterward run
|
|
# /tools/update-locked-requirements to update requirements/prod.txt.
|
|
# See requirements/README.md for more detail.
|
|
-r common.in
|
|
# Used for running the Zulip production Django server
|
|
uWSGI==2.0.17
|