mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-15 20:40:20 +00:00
Update build-requirements.in to match pyproject.toml (#10476)
Doesn't actually impact the generated requirements file
This commit is contained in:
parent
be48c94bfb
commit
8a150de673
1 changed files with 1 additions and 1 deletions
2
.github/requirements/build-requirements.in
vendored
2
.github/requirements/build-requirements.in
vendored
|
|
@ -2,7 +2,7 @@
|
|||
setuptools>=61.0.0
|
||||
wheel
|
||||
cffi>=1.12; platform_python_implementation != 'PyPy'
|
||||
setuptools-rust>=0.11.4
|
||||
setuptools-rust>=1.7.0
|
||||
|
||||
# WARN: changing the requirements here DOES NOT update the dependencies used for building at the github workflow, as the build process used build-requirements.txt
|
||||
# To update build-requirements.txt according to the dependencies here, run pip-compile --allow-unsafe --generate-hashes build-requirements.in
|
||||
|
|
|
|||
Loading…
Reference in a new issue