mirror of https://github.com/zulip/zulip.git
requirements: Fix Python 3.12 issue in pip._vendor.pkg_resources.
76ef30913d
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
0c8845cec5
commit
0d30ae8f44
|
@ -3456,8 +3456,8 @@ zxcvbn==4.4.28 \
|
||||||
# via -r requirements/common.in
|
# via -r requirements/common.in
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
https://github.com/zulip/pip/archive/6642149c44297200f44dfe215b1cb7954d47ed77.zip#egg=pip==20.3.4+git \
|
https://github.com/zulip/pip/archive/39e8b5ecfcd8d19872f103d680713bc8e9de9d00.zip#egg=pip==20.3.4+git \
|
||||||
--hash=sha256:4dfbc892b80b32091921c7cead7c4aff06c726e520633ac89bc463137e0fd27d
|
--hash=sha256:2c8ae0783fea3e2b98b422d443b19c443779f0881882f905e0728be7b4043d1b
|
||||||
# via
|
# via
|
||||||
# -r requirements/pip.in
|
# -r requirements/pip.in
|
||||||
# pip-tools
|
# pip-tools
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
https://github.com/zulip/pip/archive/6642149c44297200f44dfe215b1cb7954d47ed77.zip#egg=pip==20.3.4+git # Our hack for installing specific commits from Git requires --use-deprecated=legacy-resolver: https://github.com/pypa/pip/issues/5780
|
https://github.com/zulip/pip/archive/39e8b5ecfcd8d19872f103d680713bc8e9de9d00.zip#egg=pip==20.3.4+git # Our hack for installing specific commits from Git requires --use-deprecated=legacy-resolver: https://github.com/pypa/pip/issues/5780
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
|
|
|
@ -13,8 +13,8 @@ wheel==0.42.0 \
|
||||||
# via -r requirements/pip.in
|
# via -r requirements/pip.in
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
https://github.com/zulip/pip/archive/6642149c44297200f44dfe215b1cb7954d47ed77.zip#egg=pip==20.3.4+git \
|
https://github.com/zulip/pip/archive/39e8b5ecfcd8d19872f103d680713bc8e9de9d00.zip#egg=pip==20.3.4+git \
|
||||||
--hash=sha256:4dfbc892b80b32091921c7cead7c4aff06c726e520633ac89bc463137e0fd27d
|
--hash=sha256:2c8ae0783fea3e2b98b422d443b19c443779f0881882f905e0728be7b4043d1b
|
||||||
# via -r requirements/pip.in
|
# via -r requirements/pip.in
|
||||||
setuptools==69.1.1 \
|
setuptools==69.1.1 \
|
||||||
--hash=sha256:02fa291a0471b3a18b2b2481ed902af520c69e8ae0919c13da936542754b4c56 \
|
--hash=sha256:02fa291a0471b3a18b2b2481ed902af520c69e8ae0919c13da936542754b4c56 \
|
||||||
|
|
|
@ -2413,8 +2413,8 @@ zxcvbn==4.4.28 \
|
||||||
# via -r requirements/common.in
|
# via -r requirements/common.in
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
https://github.com/zulip/pip/archive/6642149c44297200f44dfe215b1cb7954d47ed77.zip#egg=pip==20.3.4+git \
|
https://github.com/zulip/pip/archive/39e8b5ecfcd8d19872f103d680713bc8e9de9d00.zip#egg=pip==20.3.4+git \
|
||||||
--hash=sha256:4dfbc892b80b32091921c7cead7c4aff06c726e520633ac89bc463137e0fd27d
|
--hash=sha256:2c8ae0783fea3e2b98b422d443b19c443779f0881882f905e0728be7b4043d1b
|
||||||
# via
|
# via
|
||||||
# -r requirements/pip.in
|
# -r requirements/pip.in
|
||||||
# zulip-bots
|
# zulip-bots
|
||||||
|
|
Loading…
Reference in New Issue