Skip to content

Commit

Permalink
Add dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxcode123 committed Feb 15, 2024
1 parent 74f8e27 commit 4465113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ keywords = ["physical properties", "properties"]
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.8"
dependencies = [
"typing-extensions",
]
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 4465113

Please sign in to comment.