Skip to content

Commit

Permalink
build ci-constraints-requirements.txt for all extras (#12181)
Browse files Browse the repository at this point in the history
but then exclude bcrypt
  • Loading branch information
alex authored Dec 20, 2024
1 parent 532186f commit 65c857d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal -p 3.7 --extra=docs --extra=docstest --extra=pep8test --extra=test --extra=test-randomorder --extra=nox --extra=sdist --unsafe-package=cffi --unsafe-package=pycparser --unsafe-package=setuptools --unsafe-package=cryptography-vectors pyproject.toml
# uv pip compile --universal -p 3.7 --all-extras --unsafe-package=cffi --unsafe-package=pycparser --unsafe-package=setuptools --unsafe-package=cryptography-vectors --unsafe-package=bcrypt pyproject.toml
alabaster==0.7.13 ; python_full_version < '3.9'
# via sphinx
alabaster==0.7.16 ; python_full_version == '3.9.*'
Expand Down Expand Up @@ -324,3 +324,4 @@ zipp==3.21.0 ; python_full_version >= '3.9' and python_full_version < '3.10.2'
# cffi
# pycparser
# cryptography-vectors
# bcrypt

0 comments on commit 65c857d

Please sign in to comment.