Skip to content

Commit

Permalink
requirements: Avoid broken macaroonbakery release
Browse files Browse the repository at this point in the history
macaroonbakery 1.3.3 has a broken protobuf dependency, add a requirement
to avoid that release:
go-macaroon-bakery/py-macaroon-bakery#94
  • Loading branch information
lathiat committed Dec 8, 2023
1 parent ff396eb commit 07dc3d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ requests<2.26 # pin for py3.5 support
# Documentation requirements
sphinx
sphinxcontrib-asyncio
macaroonbakery != 1.3.3 # https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94

0 comments on commit 07dc3d4

Please sign in to comment.