mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This makes no changes to the locked versions in *.txt, but it reduces duplicate information and gives us sane workflows for * upgrading packages: remove some or all lines from *.txt and re-run `update-locked-requirements`; * marking packages as intentionally held back: add a version bound to *.in with an explanatory comment. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
7 lines
238 B
Plaintext
7 lines
238 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
|