Skip to content

Commit

Permalink
depend on brotlicffi with my patch
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jul 30, 2024
1 parent 7bf62b4 commit 4524eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ legacy_tox_ini = """
wheel_build_env = .pkg
deps =
httpbin @ https://github.com/graingert/httpbin/archive/refs/heads/patch-1.zip
cffi >= 1.17.0rc1
brotlicffi @ git+https://github.com/graingert/brotlicffi@patch-1
extras = test
commands = pytest -v -s {posargs}
install_command = python -I -m pip install --use-pep517 {opts} {packages}
Expand All @@ -87,7 +87,7 @@ legacy_tox_ini = """
build
twine
httpbin @ https://github.com/graingert/httpbin/archive/refs/heads/patch-1.zip
cffi >= 1.17.0rc1
brotlicffi @ git+https://github.com/graingert/brotlicffi@patch-1
commands =
{envpython} -m release
pyproject-build --sdist
Expand Down

0 comments on commit 4524eff

Please sign in to comment.