Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Move typing_extensions dependency from requirements.txt -> pyproject.toml.

Per this issue: #160 (comment)
  • Loading branch information
redjax authored Jan 10, 2024
1 parent 6742e73 commit ec9406d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ sqlite = [
"anysqlite>=0.0.5"
]

typing_extensions = [
"typing_extensions>=4.8.0"
]

[project.urls]
Homepage = "https://hishel.com"
Source = "https://github.com/karpetrosyan/hishel"
Expand Down

0 comments on commit ec9406d

Please sign in to comment.