mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +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>
16 lines
487 B
Plaintext
16 lines
487 B
Plaintext
# This is used by ReadTheDocs to install dependencies, so it's
|
|
# valuable to keep this file as just the dependencies for our
|
|
# documentation.
|
|
|
|
# After editing this file, you MUST afterward run
|
|
# /tools/update-locked-requirements to update requirements/dev.txt
|
|
# and requirements/docs.txt.
|
|
# See requirements/README.md for more detail.
|
|
|
|
# Needed to build RTD docs
|
|
sphinx
|
|
sphinx-rtd-theme
|
|
|
|
# Needed to build markdown docs
|
|
recommonmark==0.5.* # https://github.com/zulip/zulip/issues/11395
|