Skip to content

Commit

Permalink
Merge pull request #248 from dandi/typing-ext
Browse files Browse the repository at this point in the history
Declare `typing_extensions` dependency
  • Loading branch information
yarikoptic authored Aug 13, 2024
2 parents 2643846 + b20ebee commit 8648e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install_requires =
jsonschema[format]
pydantic[email] ~= 2.4
requests
typing_extensions; python_version < "3.9"
zarr_checksum
zip_safe = False
packages = find_namespace:
Expand Down

0 comments on commit 8648e4a

Please sign in to comment.