Skip to content

Commit cbddc93

Browse files
committed
Removed unnecessary dependency "typing_extensions;python_version<'3.8'"
1 parent 0d421d6 commit cbddc93

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
88

99
### Changed
1010
- Dropped support for py3.7
11-
11+
- Removed unnecessary dependency `"typing_extensions;python_version<'3.8'"`
1212

1313
### Fixed
1414

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ classifiers = [
2222
]
2323
dynamic = ["version"]
2424
requires-python = ">=3.8"
25-
dependencies = [
26-
"pywin32;platform_system=='Windows'",
27-
"typing_extensions;python_version<'3.8'",
28-
]
25+
dependencies = ["pywin32;platform_system=='Windows'"]
2926

3027
[project.urls]
3128
Repository = "https://github.com/python-ffmpegio/python-namedpipe"

0 commit comments

Comments
 (0)