Add missing requirement typing-extensions
This commit is contained in:
parent
9a6a07fd46
commit
8ca40d7ad0
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
aiohttp==3.8.4
|
||||
yarl==1.8.2
|
||||
typing-extensions=4.7.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
python_requires=">=3.10",
|
||||
install_requires=["aiohttp"],
|
||||
install_requires=["aiohttp", "typing-extensions"],
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"Environment :: Console",
|
||||
|
|
Loading…
Reference in a new issue