Skip to content

Commit e51254b

Browse files
committed
fix: add typing_extensions to project dependencies
1 parent 704b219 commit e51254b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Typing :: Typed",
3030
]
3131
keywords = ["struct", "c", "debugger", "memory", "reverse", "rev", "reverse-engineering", "script", "libdebug"]
32-
dependencies = []
32+
dependencies = ["typing_extensions"]
3333

3434
[project.optional-dependencies]
3535
dev = [

0 commit comments

Comments
 (0)