Skip to content

Commit

Permalink
add checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 committed Oct 26, 2024
1 parent a75b6c6 commit 67908a0
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ exts_list = [
('mypy_extensions', '1.0.0', {
'checksums': ['75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782'],
}),
('psygnal', '0.9.5'),
('pydantic_compat', '0.1.2'),
('psygnal', '0.9.5', {
'checksums': ['4956ea6c36a75f7fc457558935b67dd8be2594661b4d08eeb3357d69c509c55f'],
}),
('pydantic_compat', '0.1.2', {
'checksums': ['c5c5bca39ca2d22cad00c02898e400e1920e5127649a8e860637f15566739373'],
}),
(name, version, {
'checksums': ['6d0bb6acb917bee2bdbabcd1221e8b1a54c3cd085d4a7a817429cc60960ae608'],
}),
Expand Down

0 comments on commit 67908a0

Please sign in to comment.