Skip to content

Commit

Permalink
Install typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fkantelberg committed Jan 11, 2024
1 parent c0075e0 commit 7400ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def py3(session):
"pytest-xdist",
"aiohttp",
"coverage",
"typing_extensions",
)
session.run(
"pytest",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
typing-extensions
typing_extensions
extra_require =
api
event
Expand Down

0 comments on commit 7400ff5

Please sign in to comment.