add typing-extensions as new dependency
This commit is contained in:
parent
6f55d39fb6
commit
e0c5ea386f
1 changed files with 5 additions and 4 deletions
9
setup.py
9
setup.py
|
@ -25,14 +25,15 @@ setup(
|
|||
description="A matrix bot to do amazing things!",
|
||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
install_requires=[
|
||||
"matrix-nio>=0.19.0",
|
||||
"Markdown>=3.3.7",
|
||||
"PyYAML>=6.0",
|
||||
"aiohttp>=3.8.1",
|
||||
"aiohttp-prometheus-exporter>=0.2.4",
|
||||
"aiotools>=1.5.9",
|
||||
"aiohttp>=3.8.1",
|
||||
"diskcache>=5.4.0",
|
||||
"matrix-nio>=0.19.0",
|
||||
"Markdown>=3.3.7",
|
||||
"pytimeparse>=1.1.8",
|
||||
"PyYAML>=6.0",
|
||||
"typing-extensions>=4.3.0",
|
||||
],
|
||||
extras_require={
|
||||
"e2e": ["matrix-nio[e2e]>=0.19.0"],
|
||||
|
|
Loading…
Reference in a new issue