mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Revert "Pin setuptools to 0.69"
This reverts commit e4630a0a07
.
This reintroduces a security warning, so we'll need a different
approach.
This commit is contained in:
parent
9142a22c19
commit
fde4a85622
4 changed files with 10 additions and 13 deletions
|
@ -1,3 +1,2 @@
|
|||
pip-tools
|
||||
colorama # required on windows
|
||||
setuptools<70 # newer versions break pyoxidizer pkg_resources import
|
|
@ -48,9 +48,7 @@ pip==24.2 \
|
|||
--hash=sha256:2cd581cf58ab7fcfca4ce8efa6dcacd0de5bf8d0a3eb9ec927e07405f4d9e2a2 \
|
||||
--hash=sha256:5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8
|
||||
# via pip-tools
|
||||
setuptools==69.5.1 \
|
||||
--hash=sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987 \
|
||||
--hash=sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32
|
||||
# via
|
||||
# -r requirements.base.in
|
||||
# pip-tools
|
||||
setuptools==74.1.1 \
|
||||
--hash=sha256:2353af060c06388be1cecbf5953dcdb1f38362f87a2356c480b6b4d5fcfc8847 \
|
||||
--hash=sha256:fc91b5f89e392ef5b77fe143b17e32f65d3024744fba66dc3afe07201684d766
|
||||
# via pip-tools
|
||||
|
|
|
@ -494,9 +494,9 @@ pip==24.2 \
|
|||
# via
|
||||
# -r requirements.base.txt
|
||||
# pip-tools
|
||||
setuptools==69.5.1 \
|
||||
--hash=sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987 \
|
||||
--hash=sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32
|
||||
setuptools==74.1.1 \
|
||||
--hash=sha256:2353af060c06388be1cecbf5953dcdb1f38362f87a2356c480b6b4d5fcfc8847 \
|
||||
--hash=sha256:fc91b5f89e392ef5b77fe143b17e32f65d3024744fba66dc3afe07201684d766
|
||||
# via
|
||||
# -r requirements.base.txt
|
||||
# pip-tools
|
||||
|
|
|
@ -736,9 +736,9 @@ pip==24.2 \
|
|||
# via
|
||||
# -r requirements.bundle.txt
|
||||
# pip-tools
|
||||
setuptools==69.5.1 \
|
||||
--hash=sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987 \
|
||||
--hash=sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32
|
||||
setuptools==74.1.1 \
|
||||
--hash=sha256:2353af060c06388be1cecbf5953dcdb1f38362f87a2356c480b6b4d5fcfc8847 \
|
||||
--hash=sha256:fc91b5f89e392ef5b77fe143b17e32f65d3024744fba66dc3afe07201684d766
|
||||
# via
|
||||
# -r requirements.bundle.txt
|
||||
# pip-tools
|
||||
|
|
Loading…
Reference in a new issue