Skip to content

Commit e111fc3

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Update pyproject.toml to fix duplicate typing_extensions dependency
1 parent 06abcf8 commit e111fc3

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
@@ -10,9 +10,9 @@ description = 'Implementation of the "Cancellation Token" pattern'
1010
readme = "README.md"
1111
requires-python = ">=3.8"
1212
dependencies = [
13-
'typing_extensions ; python_version <= "3.9"',
1413
'displayhooks>=0.0.6',
1514
'transfunctions>=0.0.12',
15+
'typing_extensions ; python_version <= "3.9"',
1616
]
1717
classifiers = [
1818
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)