Skip to content

Commit

Permalink
Merge pull request #11 from sixfeetup/10-black-deps-cause-hashes-inst…
Browse files Browse the repository at this point in the history
…all-error

Add specific typing-extensions req to prevent hashes error by black's deps
  • Loading branch information
sfu-peter authored Aug 25, 2022
2 parents 5eec6c6 + 012b5e0 commit 502f40c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ binaryornot

# Code quality
# ------------------------------------------------------------------------------
typing-extensions==4.3.0
black==22.1.0
isort==5.10.1
flake8
Expand Down
8 changes: 7 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --generate-hashes
Expand Down Expand Up @@ -300,6 +300,12 @@ tox==3.25.1 \
--hash=sha256:c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9 \
--hash=sha256:c38e15f4733683a9cc0129fba078633e07eb0961f550a010ada879e95fb32632
# via -r requirements.in
typing-extensions==4.3.0 \
--hash=sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02 \
--hash=sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6
# via
# -r requirements.in
# black
urllib3==1.26.8 \
--hash=sha256:000ca7f471a233c2251c6c7023ee85305721bfdf18621ebff4fd17a8653427ed \
--hash=sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c
Expand Down

0 comments on commit 502f40c

Please sign in to comment.