Skip to content

Commit

Permalink
feat: add typing_extensions to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberglot committed Nov 8, 2024
1 parent b83e380 commit 3a155ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.7.0"
description = "Nillion Nada DSL to create Nillion MPC programs."
requires-python = ">=3.10"
readme = "README.pyproject.md"
dependencies = ["asttokens~=2.4", "richreports~=0.2", "parsial~=0.1", "sortedcontainers~=2.4"]
dependencies = ["asttokens~=2.4", "richreports~=0.2", "parsial~=0.1", "sortedcontainers~=2.4", "typing_extensions~=4.12.2"]
classifiers = ["License :: OSI Approved :: Apache Software License"]
license = { file = "LICENSE" }

Expand Down

0 comments on commit 3a155ca

Please sign in to comment.