diff --git a/setup.py b/setup.py index 1f07ecaa1..f24e3b595 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ "immutabledict", "attrs", "bidict", + "typing_extensions>=4", ], package_data={"pytato": ["py.typed"]}, author="Andreas Kloeckner, Matt Wala, Xiaoyu Wei",