mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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>
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
#
|
|
# This file is GENERATED. Don't edit directly.
|
|
#
|
|
# To update, edit the non-"lock" files in requirements/*.txt, then:
|
|
#
|
|
# tools/update-locked-requirements
|
|
#
|
|
# For details, see requirements/README.md .
|
|
#
|
|
alabaster==0.7.12 # via sphinx
|
|
babel==2.5.3 # via sphinx
|
|
certifi==2019.6.16 # via requests
|
|
chardet==3.0.4 # via requests
|
|
commonmark==0.9.0 # via recommonmark
|
|
docutils==0.14 # via recommonmark, sphinx
|
|
# future==0.17.1 # via commonmark
|
|
idna==2.8 # via requests
|
|
imagesize==1.1.0 # via sphinx
|
|
jinja2==2.10.1 # via sphinx
|
|
markupsafe==1.1.1 # via jinja2
|
|
packaging==19.0 # via sphinx
|
|
pygments==2.4.2 # via sphinx
|
|
pyparsing==2.4.0 # via packaging
|
|
pytz==2019.1 # via babel
|
|
recommonmark==0.5.0
|
|
requests==2.22.0 # via sphinx
|
|
six==1.12.0 # via packaging, sphinx
|
|
snowballstemmer==1.2.1 # via sphinx
|
|
sphinx-rtd-theme==0.4.3
|
|
sphinx==1.8.4
|
|
sphinxcontrib-websupport==1.1.2 # via sphinx
|
|
urllib3==1.25.3 # via requests
|
|
|
|
# The following packages are considered to be unsafe in a requirements file:
|
|
setuptools==41.0.1 # via sphinx
|